fix github workflow setting latest tag

This commit is contained in:
maxDorninger
2025-05-31 11:12:12 +02:00
parent 18605683a8
commit c89a5a19e8
2 changed files with 2 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/frontend
tags: |
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=ref,event=tag
type=ref,event=branch
type=sha