mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update build.yml
changed the name of the repo, putted mine repo
This commit is contained in:
parent
8b321e4286
commit
6da513bd21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: go-ethereum/Dockerfile1
|
file: go-ethereum/Dockerfile1
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tags: my.private.registry.com/my-image:latest
|
tags: https://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