Skip to content

Commit 60d06ec

Browse files
authored
fix: Fix priority for tags (#61)
1 parent 2875a58 commit 60d06ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/worflow-dispatch-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
images: |
3333
name=ghcr.io/${{ github.repository }}
3434
tags: |
35-
type=sha
36-
type=raw,value=${{ inputs.gap-version }}-${{ inputs.gap-build }}
35+
type=sha,priority=100
36+
type=raw,priority=900,value=${{ inputs.gap-version }}-${{ inputs.gap-build }}
3737
3838
3939
- name: 📦 docker -- login to ghcr-registry

0 commit comments

Comments
 (0)