We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e8815 commit 26944e6Copy full SHA for 26944e6
.github/workflows/push-docker-image.yaml
@@ -33,5 +33,4 @@ jobs:
33
context: .
34
file: ./build/Dockerfile
35
push: true
36
- tags: ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}:${{ steps.vars.outputs.tag }}
37
- labels: ${{ steps.meta.outputs.labels }}
+ tags: ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}:${GITHUB_REF#refs/tags/}
0 commit comments