mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
fixing tagging
This commit is contained in:
parent
1d551f7624
commit
cd3e51dd92
1 changed files with 3 additions and 4 deletions
7
.github/workflows/deploy-devnet.yml
vendored
7
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -75,12 +75,11 @@ jobs:
|
|||
|
||||
- name: Commit container with deployed contracts
|
||||
run: |
|
||||
docker commit $CONTAINER_NAME $FINAL_IMAGE
|
||||
docker commit $CONTAINER_NAME $FINAL_IMAGE:latest
|
||||
docker tag $FINAL_IMAGE:latest $FINAL_IMAGE:${{ env.COMMIT_SHA }}
|
||||
|
||||
- name: Stop and remove container
|
||||
run: |
|
||||
docker commit $CONTAINER_NAME $FINAL_IMAGE:latest
|
||||
docker tag $FINAL_IMAGE:latest $FINAL_IMAGE:${{ env.COMMIT_SHA }}
|
||||
run: docker rm -f $CONTAINER_NAME
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue