Skip to content

Commit

Permalink
Update push-docker-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Aug 13, 2023
1 parent 23e8815 commit 26944e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ jobs:
context: .
file: ./build/Dockerfile
push: true
tags: ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}:${{ steps.vars.outputs.tag }}
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}:${GITHUB_REF#refs/tags/}

0 comments on commit 26944e6

Please sign in to comment.