We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8584aa3 commit 3b6fdafCopy full SHA for 3b6fdaf
.github/workflows/publish-docker-image.yml
@@ -26,5 +26,7 @@ jobs:
26
- name: Build and Push Docker Image
27
uses: docker/build-push-action@v2
28
with:
29
+ build-args: |
30
+ EVM_CHAIN_ID=6688
31
push: true
- tags: irisnet/irishub:${{ github.ref == 'refs/tags/*' && github.ref || github.sha }}
32
+ tags: irisnet/irishub:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
0 commit comments