Merge branch 'master' into master

This commit is contained in:
Max Konrädi
2025-04-23 14:48:20 +02:00
committed by GitHub
6 changed files with 86 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}