Skip to content

Commit 088c22b

Browse files
committed
fix(CI): tags do not support comments
1 parent c9125b7 commit 088c22b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/backend-build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,9 @@ jobs:
5353
with:
5454
images: ghcr.io/codingpot/pr12er
5555
tags: |
56-
# <image>:1
5756
type=raw,value=${{ needs.build_and_release.outputs.new_release_major_version }}
58-
# <image>:1.2
5957
type=raw,value=${{ needs.build_and_release.outputs.new_release_major_version }}.${{ needs.build_and_release.outputs.new_release_minor_version }}
60-
# <image>:1.2.3
6158
type=raw,value=${{ needs.build_and_release.outputs.new_release_version }}
62-
# <image>:latest
6359
type=raw,value=latest
6460
6561
- name: Set up QEMU

0 commit comments

Comments
 (0)