Skip to content

Commit

Permalink
fix(build): semver tag pattern without v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenrikur committed Feb 14, 2025
1 parent 3818fb6 commit dd23b02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
tags: |
type=schedule,pattern=nightly
type=edge,branch=main
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Login to GHCR
Expand Down

0 comments on commit dd23b02

Please sign in to comment.