mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +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
|
|
@ -74,14 +74,13 @@ jobs:
|
||||||
run: npx hardhat run scripts/deploy.js --network localhost
|
run: npx hardhat run scripts/deploy.js --network localhost
|
||||||
|
|
||||||
- name: Commit container with deployed contracts
|
- name: Commit container with deployed contracts
|
||||||
run: |
|
|
||||||
docker commit $CONTAINER_NAME $FINAL_IMAGE
|
|
||||||
|
|
||||||
- name: Stop and remove container
|
|
||||||
run: |
|
run: |
|
||||||
docker commit $CONTAINER_NAME $FINAL_IMAGE:latest
|
docker commit $CONTAINER_NAME $FINAL_IMAGE:latest
|
||||||
docker tag $FINAL_IMAGE:latest $FINAL_IMAGE:${{ env.COMMIT_SHA }}
|
docker tag $FINAL_IMAGE:latest $FINAL_IMAGE:${{ env.COMMIT_SHA }}
|
||||||
|
|
||||||
|
- name: Stop and remove container
|
||||||
|
run: docker rm -f $CONTAINER_NAME
|
||||||
|
|
||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue