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 c90a793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 Down

0 comments on commit c90a793

Please sign in to comment.