We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2875a58 commit 60d06ecCopy full SHA for 60d06ec
1 file changed
.github/workflows/worflow-dispatch-build.yaml
@@ -32,8 +32,8 @@ jobs:
32
images: |
33
name=ghcr.io/${{ github.repository }}
34
tags: |
35
- type=sha
36
- type=raw,value=${{ inputs.gap-version }}-${{ inputs.gap-build }}
+ type=sha,priority=100
+ type=raw,priority=900,value=${{ inputs.gap-version }}-${{ inputs.gap-build }}
37
38
39
- name: 📦 docker -- login to ghcr-registry
0 commit comments