ci: Disable provenance attestation on docker images to work around docker/buildx#1533 (#5617)
Fixes https://github.com/n8n-io/n8n/issues/5394
This commit is contained in:
committed by
GitHub
parent
ca66ec8f4d
commit
d6357eed8c
3
.github/workflows/docker-images-nightly.yml
vendored
3
.github/workflows/docker-images-nightly.yml
vendored
@@ -70,11 +70,12 @@ jobs:
|
||||
shell: bash
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./docker/images/n8n-custom/Dockerfile
|
||||
platforms: linux/amd64
|
||||
provenance: false
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_USERNAME }}/n8n:${{ github.event.inputs.tag || 'nightly' }}
|
||||
no-cache: true
|
||||
|
||||
Reference in New Issue
Block a user