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 72aca4e commit 82fe56cCopy full SHA for 82fe56c
.github/workflows/push-image.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: docker/metadata-action@v5
42
with:
43
images: ${{ env.REGISTRY_IMAGE }}
44
- tags:
+ tags: |
45
type=match,pattern=\d.\d.\d
46
type=sha
47
-
0 commit comments