We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9fddb commit 961a545Copy full SHA for 961a545
.github/workflows/cd.yml
@@ -53,8 +53,7 @@ jobs:
53
${{ env.DOCKER_IMAGE }}
54
ghcr.io/${{ github.repository }}
55
tags: |
56
- type=semver,pattern={{version}}
57
- type=semver,pattern={{major}}.{{minor}}
+ type=semver,pattern={{version}},prefix=v
58
59
- name: Build and push Docker images
60
uses: docker/build-push-action@v3
.github/workflows/ci.yml
@@ -51,8 +51,7 @@ jobs:
51
52
0 commit comments