Skip to content

Commit ed4c3f7

Browse files
authored
Merge pull request #736 from onekey-sec/fix-docker-build
fix(ci): docker image tags fail if comment is present.
2 parents 5a8d8a1 + bfe0b77 commit ed4c3f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-publish-image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
platforms: ${{ matrix.platform }}
5858
labels: ${{ steps.meta.outputs.labels }}
5959
tags: |
60-
# set latest tag for default branch
6160
type=raw,value=latest,enable={{is_default_branch}}
6261
outputs: type=image,name=${{ env.DOCKER_IMAGE }},push-by-digest=true,name-canonical=true,push=true
6362

0 commit comments

Comments
 (0)