Skip to content

Commit cc404cc

Browse files
committed
alright, I guess we'll just call it master then
1 parent e29d323 commit cc404cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/container-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
uses: docker/metadata-action@v5
3636
with:
3737
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 }}
4238
- name: Build and push
4339
id: push
4440
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)