1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

Fix version tag (#90)

This commit is contained in:
Jason N 2024-03-27 15:06:16 -04:00 committed by GitHub
parent e514eda574
commit 41e2ae1242
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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