Update docker-publish.yml to build for arm too

This commit is contained in:
2024-05-01 17:39:43 +02:00
committed by GitHub
parent e73eb7acc9
commit 8c699c6c83

View File

@@ -32,7 +32,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
@@ -71,6 +72,7 @@ jobs:
with:
context: .
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha