Skip to content

Commit 3b6fdaf

Browse files
authored
Update Docker image tags for GitHub Actions
1 parent 8584aa3 commit 3b6fdaf

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 }}

0 commit comments

Comments
 (0)