We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d82b7 commit 53cf4beCopy full SHA for 53cf4be
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
tags: |
68
type=raw,value=latest,priority=100
69
type=raw,value=${{ env.latest_minor }}
70
- type=raw,value=${{ env.latest_version }}
+ type=raw,value=${{ env.latest_version }},priority=250
71
labels: |
72
org.opencontainers.image.title=${{ vars.NAME }}
73
env:
0 commit comments