Merge remote-tracking branch 'origin/master'

# Conflicts:
#	.github/workflows/build-push-backend.yml
This commit is contained in:
maxDorninger
2025-06-01 21:13:24 +02:00
45 changed files with 697 additions and 230 deletions

View File

@@ -40,13 +40,9 @@ jobs:
with:
images: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}/backend
tags: |
# set latest tag for default branch
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}
# tag event 'refs/tags/v1.0.0' will generate 'v1.0.0'
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
type=ref,event=tag
# branch event 'refs/heads/main' will generate 'main'
type=ref,event=branch
# sha
type=sha
- name: Build and push Docker image