Skip to content

Commit

Permalink
Adding ci_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruslan Gladov committed Jun 13, 2024
1 parent 0ec55de commit 3e9447b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e9447b

Please sign in to comment.