fix(ci): do not add latest tag to pre-releases

This commit is contained in:
Benjamin Nussbaum 2025-09-15 16:44:17 +02:00
parent 12c82e02d7
commit e65473f932

View file

@ -43,7 +43,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=tag
latest
type=raw,value=latest,enable=${{ github.event.release.prerelease == false }}
- name: Build and push Docker image
uses: docker/build-push-action@v6