We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6fdaf commit 208d69dCopy full SHA for 208d69d
.github/workflows/publish-docker-image.yml
@@ -29,4 +29,4 @@ jobs:
29
build-args: |
30
EVM_CHAIN_ID=6688
31
push: true
32
- tags: irisnet/irishub:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
+ tags: irisnet/irishub:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}-6688
0 commit comments