mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
v2
This commit is contained in:
parent
5157e6b229
commit
f3dbb834aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci-build.yml
vendored
4
.github/workflows/ci-build.yml
vendored
|
|
@ -23,8 +23,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build . -t your-dockerhub-username/geth:latest
|
docker build . -t ${{ secrets.DOCKER_USERNAME }}/geth:latest
|
||||||
|
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
run: |
|
run: |
|
||||||
docker push your-dockerhub-username/geth:latest
|
docker push ${{ secrets.DOCKER_USERNAME }}/geth:latest
|
||||||
Loading…
Reference in a new issue