Merge pull request #914 from buroa/main

fix: add semver to container builds
This commit is contained in:
Timothy Jaeryang Baek 2024-02-25 19:23:13 -05:00 committed by GitHub
commit 95dd618a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,7 @@ jobs:
type=ref,event=tag
type=sha,prefix=git-
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
flavor: |
latest=${{ github.ref == 'refs/heads/main' }}