Skip to content

Commit

Permalink
ci: Disable provenance attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Jan 19, 2025
1 parent a8ce6eb commit d48bde3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
context: .
push: true
platforms: linux/arm64
# Disable provenance to prevent multi-platform index with unused layers like `unknown/unknown`
# https://github.com/docker/buildx/issues/1509#issuecomment-1378538197
provenance: false
tags: |
ghcr.io/ivov/n8n-shortlink:latest
ghcr.io/ivov/n8n-shortlink:${{ env.RELEASE_VERSION }}

0 comments on commit d48bde3

Please sign in to comment.