mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
missing A
This commit is contained in:
parent
1ac03a5204
commit
4b99e1f3b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-devnet.yml
vendored
2
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -75,7 +75,7 @@ jobs:
|
|||
|
||||
- name: Commit container with deployed contracts
|
||||
run: |
|
||||
docker commit $CONTAINER_NAME $FINAL_IMAG:latest
|
||||
docker commit $CONTAINER_NAME $FINAL_IMAGE:latest
|
||||
docker tag $FINAL_IMAGE:latest $FINAL_IMAGE:${{ env.COMMIT_SHA }}
|
||||
|
||||
- name: Stop and remove container
|
||||
|
|
|
|||
Loading…
Reference in a new issue