We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8c3305 + 208d69d commit e892804Copy full SHA for e892804
.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 }}-6688
0 commit comments