Skip to content

Commit 208d69d

Browse files
authored
Append '-6688' to Docker image tag
1 parent 3b6fdaf commit 208d69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
build-args: |
3030
EVM_CHAIN_ID=6688
3131
push: true
32-
tags: irisnet/irishub:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
32+
tags: irisnet/irishub:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}-6688

0 commit comments

Comments
 (0)