mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update build.yml
line 24
This commit is contained in:
parent
6da513bd21
commit
942a1b06ec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Login to private registry
|
- name: Login to private registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: my.private.registry.com
|
registry: hub.docker.com/u/danieldim12
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: go-ethereum/Dockerfile1
|
file: go-ethereum/Dockerfile1
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: https://hub.docker.com/u/danieldim12/my-image:latest
|
tags: hub.docker.com/u/danieldim12/my-image:latest
|
||||||
secrets: |
|
secrets: |
|
||||||
"secret_1=${{ secrets.MY_SECRET_1 }}"
|
"secret_1=${{ secrets.MY_SECRET_1 }}"
|
||||||
"secret_2=${{ secrets.MY_SECRET_2 }}"
|
"secret_2=${{ secrets.MY_SECRET_2 }}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue