Skip to content

Commit

Permalink
Fix version tag (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 authored Mar 27, 2024
1 parent e514eda commit 41e2ae1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
type=semver,pattern=v{{major}}.{{minor}}.{{patch}}
- name: Docker meta for PR
if: inputs.pr
Expand Down

0 comments on commit 41e2ae1

Please sign in to comment.