mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update build.yml
This commit is contained in:
parent
942a1b06ec
commit
bba8006cf0
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
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: hub.docker.com/u/danieldim12
|
||||
registry: hub.docker.com/danieldim12
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
context: .
|
||||
file: go-ethereum/Dockerfile1
|
||||
platforms: linux/amd64
|
||||
tags: hub.docker.com/u/danieldim12/my-image:latest
|
||||
tags: hub.docker.com/danieldim12/my-image:latest
|
||||
secrets: |
|
||||
"secret_1=${{ secrets.MY_SECRET_1 }}"
|
||||
"secret_2=${{ secrets.MY_SECRET_2 }}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue