Skip to content

Commit

Permalink
fix(ci): docker image tags fail if comment is present.
Browse files Browse the repository at this point in the history
  • Loading branch information
qkaiser committed Jan 29, 2024
1 parent 5a8d8a1 commit bfe0b77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
outputs: type=image,name=${{ env.DOCKER_IMAGE }},push-by-digest=true,name-canonical=true,push=true

Expand Down

0 comments on commit bfe0b77

Please sign in to comment.