Skip to content

Commit

Permalink
alright, I guess we'll just call it master then
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 29, 2024
1 parent e29d323 commit cc404cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/container-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{major}}.{{minor}}.{{patch}},value=${{ matrix.IMAGE_TAG }}
type=semver,pattern={{major}}.{{minor}},value=${{ matrix.IMAGE_TAG }}
type=semver,pattern={{major}},value=${{ matrix.IMAGE_TAG }}
- name: Build and push
id: push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit cc404cc

Please sign in to comment.