mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-18 21:54:07 +02:00
fix github workflow setting latest tag
This commit is contained in:
2
.github/workflows/build-push-frontend.yml
vendored
2
.github/workflows/build-push-frontend.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user