Skip to content

Commit

Permalink
fix: push created tag only
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed May 30, 2024
1 parent 9986d41 commit 059e8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Push docker image to DockerHub
run: docker push ${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
run: docker push ${{ steps.meta.outputs.tags }}

0 comments on commit 059e8cc

Please sign in to comment.