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 2ff3c89 commit a3b9b9fCopy full SHA for a3b9b9f
.github/workflows/main.yml
@@ -57,9 +57,9 @@ jobs:
57
type=raw,value=${{ steps.modver.outputs.major }}.${{ steps.modver.outputs.minor }}
58
type=raw,value=${{ steps.modver.outputs.major }}
59
type=sha
60
- # Also add :latest when building the default branch (main)
61
- flavor: |
62
- latest={{is_default_branch}}
+ # add :latest only on default branch
+ type=raw,value=latest,enable={{is_default_branch}}
+
63
64
- name: Build and push (PNG-enabled)
65
uses: docker/build-push-action@v6
0 commit comments