Skip to content

Commit 26944e6

Browse files
authored
Update push-docker-image.yaml
1 parent 23e8815 commit 26944e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/push-docker-image.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ jobs:
3333
context: .
3434
file: ./build/Dockerfile
3535
push: true
36-
tags: ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}:${{ steps.vars.outputs.tag }}
37-
labels: ${{ steps.meta.outputs.labels }}
36+
tags: ${{ env.DOCKER_USER }}/${{ env.REPO_NAME }}:${GITHUB_REF#refs/tags/}

0 commit comments

Comments
 (0)