Adding ci_deploy

This commit is contained in:
Ruslan Gladov 2024-06-13 15:59:13 +03:00
parent 0ec55de3e6
commit 3e9447ba67

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