Updated docker tagging

This commit is contained in:
Christoph Stahl 2024-10-06 15:57:50 +02:00
parent a9524b5cf4
commit 51c6e75522

View file

@ -104,6 +104,12 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
- name: Build and push Docker image
id: push
uses: docker/build-push-action@v3