Merge pull request #6 from zkokk/deploy

Adding ci_deploy
This commit is contained in:
zkokk 2024-06-13 16:02:06 +03:00 committed by GitHub
commit 1e4cc15f6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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