mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
commit
1e4cc15f6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci_deploy.yaml
vendored
4
.github/workflows/ci_deploy.yaml
vendored
|
|
@ -41,11 +41,11 @@ jobs:
|
||||||
run: npx hardhat run scripts/deploy.js --network localhost
|
run: npx hardhat run scripts/deploy.js --network localhost
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: e1018mc/limechain:latest
|
tags: e1018mc/limechain:deployed
|
||||||
# tags: your-docker-username/your-image-name:deployed
|
# tags: your-docker-username/your-image-name:deployed
|
||||||
|
|
||||||
- name: Tear down local devnet
|
- name: Tear down local devnet
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue