mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
TAGS
This commit is contained in:
parent
320d6d4946
commit
775fe8a1c7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-devnet.yml
vendored
6
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASE_IMAGE: yohands/my_first_container:latest
|
BASE_IMAGE: yohands/my_first_container:latest
|
||||||
FINAL_IMAGE: yohands/my_first_container:with-contracts
|
FINAL_IMAGE: yohands/my_first_with-contracts
|
||||||
CONTAINER_NAME: devnet-node
|
CONTAINER_NAME: devnet-node
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -75,8 +75,8 @@ jobs:
|
||||||
|
|
||||||
- name: Commit container with deployed contracts
|
- name: Commit container with deployed contracts
|
||||||
run: |
|
run: |
|
||||||
docker commit $CONTAINER_NAME $FINAL_IMAG
|
docker commit $CONTAINER_NAME $FINAL_IMAG:latest
|
||||||
docker tag $FINAL_IMAGE $FINAL_IMAGE:${{ env.COMMIT_SHA }}
|
docker tag $FINAL_IMAGE:latest $FINAL_IMAGE:${{ env.COMMIT_SHA }}
|
||||||
|
|
||||||
- name: Stop and remove container
|
- name: Stop and remove container
|
||||||
run: docker rm -f $CONTAINER_NAME
|
run: docker rm -f $CONTAINER_NAME
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue