Skip to content

Commit

Permalink
docker build and push provenance: false
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder committed Dec 3, 2023
1 parent feb00a1 commit 36b6516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
context: .
target: lakectl
push: true
provenance: false
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
build-args: VERSION=${{ steps.version.outputs.tag }}
tags: ${{ steps.lakectl_meta.outputs.tags }}
Expand All @@ -117,6 +118,7 @@ jobs:
context: .
target: lakefs-plugins
push: true
provenance: false
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
build-args: VERSION=${{ steps.version.outputs.tag }}
tags: ${{ steps.lakefs_meta.outputs.tags }}

0 comments on commit 36b6516

Please sign in to comment.