Skip to content

Commit

Permalink
Merge pull request #2 from tvarlemann/master
Browse files Browse the repository at this point in the history
Tvarlemann patch 1 (#1)
  • Loading branch information
AndreaCuneo authored Aug 12, 2024
2 parents 238ad33 + d3a029b commit acc6c73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@main

# https://github.com/docker/setup-qemu-action
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v1
Expand Down Expand Up @@ -78,6 +82,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false # see https://github.com/n8n-io/n8n/issues/5394
platforms: linux/amd64,linux/aarch64


# Sign the resulting Docker image digest except on PRs.
Expand Down

0 comments on commit acc6c73

Please sign in to comment.