Skip to content

Commit

Permalink
fix(ci): get EVMOS_TAG from env
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Oct 9, 2023
1 parent 630053f commit abb57c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker_evmos_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
push: true
pull: true
platforms: linux/amd64,linux/arm64
tags: ${{ env.DOCKER_IMAGE }}:$EVMOS_TAG,${{ env.DOCKER_IMAGE }}:latest
tags: ${{ env.DOCKER_IMAGE }}:${{ env.EVMOS_TAG }},${{ env.DOCKER_IMAGE }}:latest
labels: zbc-evmos-node

- name: Check docker images
Expand All @@ -143,4 +143,4 @@ jobs:
-H "Authorization: Bearer $SECRET_TOKEN" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/zama-ai/evmos/actions/workflows/publish_developer_image.yml/dispatches \
-d '{"ref":"v9.1.0-zama","inputs":{"evmos_node_tag":"$EVMOS_TAG", "ref_to_evmos": "$EVMOS_TAG"}}'
-d '{"ref":"v9.1.0-zama","inputs":{"evmos_node_tag":"${{ env.EVMOS_TAG }}", "ref_to_evmos": "${{ env.EVMOS_TAG }}"}}'

0 comments on commit abb57c2

Please sign in to comment.