Skip to content

Commit

Permalink
Tvarlemann patch 1 (#1)
Browse files Browse the repository at this point in the history
* Update docker-publish.yml

* Update docker-publish.yml

* Update docker-publish.yml
  • Loading branch information
tvarlemann authored Oct 17, 2023
1 parent 238ad33 commit d3a029b
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 d3a029b

Please sign in to comment.