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 216246e commit 3d4b771Copy full SHA for 3d4b771
.github/workflows/release.yaml
@@ -23,6 +23,9 @@ jobs:
23
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
24
with:
25
images: mumoshu/aws-secret-operator
26
+ tags: |
27
+ type=semver,pattern={{version}}
28
+ type=semver,pattern={{major}}.{{minor}}
29
- name: Build and push Docker image
30
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
31
0 commit comments