Skip to content

Commit

Permalink
ci(publish_evmos_node): fix tag issues
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Jun 23, 2023
1 parent 6531a8f commit 2743ab1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publish_docker_evmos_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,15 @@ jobs:
make build-docker
docker tag evmosnodelocal:latest ${{ env.DOCKER_IMAGE }}:${{ inputs.evmos_node_tag }}
docker tag evmosnodelocal:latest ${{ env.DOCKER_IMAGE }}:latest
- name: Check docker images
working-directory: ./evmos
run: |
docker images
- name: Push
working-directory: ./evmos
run: |
docker push ${{ env.DOCKER_IMAGE }} --all-tags

0 comments on commit 2743ab1

Please sign in to comment.