Skip to content

Commit e892804

Browse files
authored
Merge pull request #3008 from oncloudit/master
fix: missing EVM_CHAIN_ID and image tag
2 parents d8c3305 + 208d69d commit e892804

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,7 @@ jobs:
2626
- name: Build and Push Docker Image
2727
uses: docker/build-push-action@v2
2828
with:
29+
build-args: |
30+
EVM_CHAIN_ID=6688
2931
push: true
30-
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

Comments
 (0)