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 21e1608 commit 6301cc2Copy full SHA for 6301cc2
1 file changed
.github/workflows/docker.yml
@@ -49,6 +49,11 @@ jobs:
49
uses: docker/metadata-action@v5
50
with:
51
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
52
+ # Disable the automatic "latest" tag (default is latest=auto, which also
53
+ # tags latest on every semver Git tag push). "latest" is controlled
54
+ # explicitly below so it is only applied for the main branch.
55
+ flavor: |
56
+ latest=false
57
tags: |
58
type=ref,event=branch
59
type=ref,event=pr
0 commit comments