mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
test hardcoding
test
This commit is contained in:
parent
715c75c293
commit
2923a11c82
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
|
|
@ -28,6 +28,6 @@ jobs:
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
run: |
|
run: |
|
||||||
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest .
|
docker build -t nikolaivanovj/go-ethereum:latest .
|
||||||
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/go-ethereum:latest
|
docker push nikolaivanovj/go-ethereum:latest
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue