Build and publish cross-platform Docker images

This commit is contained in:
Tobias Gesellchen
2026-02-26 08:43:35 +01:00
parent 53184a6bca
commit 71fd9c1531
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -253,6 +253,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
+1
View File
@@ -515,6 +515,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}