Skip to content

Commit

Permalink
Update release-container.yaml
Browse files Browse the repository at this point in the history
Change from semver to pep440
  • Loading branch information
simonkowallik authored Jul 14, 2024
1 parent 8802613 commit 4fc18cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
type=schedule,pattern={{date 'YYYYMMDD-HHmmss' tz='UTC'}}
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{major}}.{{minor}}.{{patch}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}
type=pep440,pattern={{major}}.{{minor}}.{{patch}}
type=pep440,pattern={{version}}
type=pep440,pattern={{major}}
type=sha
- name: Build and push
id: push
Expand Down

0 comments on commit 4fc18cc

Please sign in to comment.