Skip to content

Commit

Permalink
Merge pull request #736 from onekey-sec/fix-docker-build
Browse files Browse the repository at this point in the history
fix(ci): docker image tags fail if comment is present.
  • Loading branch information
qkaiser authored Jan 29, 2024
2 parents 5a8d8a1 + bfe0b77 commit ed4c3f7
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 ed4c3f7

Please sign in to comment.