Docker: use semver tagging

pull/727/head
Tpt 9 months ago committed by Thomas Tanon
parent dcabf50ab6
commit d4eaa3c5ef
  1. 5
      .github/workflows/artifacts.yml

@ -337,6 +337,11 @@ jobs:
images: |
${{ github.repository }},enable=${{ github.event_name == 'release' }}
ghcr.io/${{ github.repository }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- uses: docker/build-push-action@v4
with:
context: .

Loading…
Cancel
Save