We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9125b7 commit 088c22bCopy full SHA for 088c22b
.github/workflows/backend-build.yaml
@@ -53,13 +53,9 @@ jobs:
53
with:
54
images: ghcr.io/codingpot/pr12er
55
tags: |
56
- # <image>:1
57
type=raw,value=${{ needs.build_and_release.outputs.new_release_major_version }}
58
- # <image>:1.2
59
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
61
type=raw,value=${{ needs.build_and_release.outputs.new_release_version }}
62
- # <image>:latest
63
type=raw,value=latest
64
65
- name: Set up QEMU
0 commit comments