Skip to content

Commit

Permalink
ci: Disable provenance attestation on docker images to work around do…
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Feb 24, 2023
1 parent 46d9ac6 commit 9352dd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-base-image.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
build-args: |
NODE_VERSION=${{github.event.inputs.node_version}}
platforms: linux/amd64,linux/arm64,linux/arm/v7
provenance: false
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/base:${{ github.event.inputs.node_version }}
1 change: 1 addition & 0 deletions .github/workflows/docker-images-nightly.yml
Expand Up @@ -75,6 +75,7 @@ jobs:
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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-images.yml
Expand Up @@ -45,6 +45,7 @@ jobs:
build-args: |
N8N_VERSION=${{ steps.vars.outputs.tag }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
provenance: false
push: true
tags: |
${{ secrets.DOCKER_USERNAME }}/n8n:${{ steps.vars.outputs.tag }}${{ matrix.docker-context }}
Expand Down

0 comments on commit 9352dd3

Please sign in to comment.