Revert "-m"

This reverts commit 37b2864a00.
This commit is contained in:
2025-12-06 01:57:59 +01:00
parent 37b2864a00
commit 2fe3f683d6
+2 -2
View File
@@ -29,7 +29,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
@@ -55,7 +55,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
- name: Sign the published Docker image
if: ${{ github.event_name != 'pull_request' }}