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 e29d323 commit cc404ccCopy full SHA for cc404cc
.github/workflows/container-build.yml
@@ -35,10 +35,6 @@ jobs:
35
uses: docker/metadata-action@v5
36
with:
37
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
38
- tags: |
39
- type=semver,pattern={{major}}.{{minor}}.{{patch}},value=${{ matrix.IMAGE_TAG }}
40
- type=semver,pattern={{major}}.{{minor}},value=${{ matrix.IMAGE_TAG }}
41
- type=semver,pattern={{major}},value=${{ matrix.IMAGE_TAG }}
42
- name: Build and push
43
id: push
44
uses: docker/build-push-action@v6
0 commit comments