diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index aac9582e7..c0f6171dd 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -26,5 +26,7 @@ jobs: - name: Build and Push Docker Image uses: docker/build-push-action@v2 with: + build-args: | + EVM_CHAIN_ID=6688 push: true - tags: irisnet/irishub:${{ github.ref == 'refs/tags/*' && github.ref || github.sha }} + tags: irisnet/irishub:${{ github.ref_type == 'tag' && github.ref_name || github.sha }}-6688