mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Adding ci_deploy
This commit is contained in:
parent
0ec55de3e6
commit
3e9447ba67
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
|
||||
|
||||
- name: Build and push Docker image
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: e1018mc/limechain:latest
|
||||
tags: e1018mc/limechain:deployed
|
||||
# tags: your-docker-username/your-image-name:deployed
|
||||
|
||||
- name: Tear down local devnet
|
||||
|
|
|
|||
Loading…
Reference in a new issue