Skip to content

Commit

Permalink
Merge pull request #14 from cbrgm/update-tags
Browse files Browse the repository at this point in the history
fix: update image tags
  • Loading branch information
cbrgm authored Dec 13, 2023
2 parents 568fcee + e8e968c commit f03664a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
tags: |
type=ref,event=pr
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
flavor: |
suffix=-${{ matrix.goos }}-${{ matrix.goarch }}
Expand Down Expand Up @@ -140,9 +140,9 @@ jobs:
images: ghcr.io/cbrgm/pr-size-labeler-action
tags: |
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
- name: Ghcr manifest
id: ghcr
Expand Down

0 comments on commit f03664a

Please sign in to comment.