Skip to content

Commit

Permalink
cfg: disable provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
raelga committed Sep 30, 2024
1 parent b05f3bd commit a90a804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
file: Dockerfile
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: ${{ steps.meta.outputs.tags }}

Expand All @@ -46,5 +47,6 @@ jobs:
file: Dockerfile-ci
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
provenance: false
push: true
tags: ${{ steps.meta.outputs.tags }}-ci
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ jobs:
with:
file: Dockerfile-ci
platforms: linux/amd64,linux/arm64
push: flalse
provenance: false
push: false
tags: quay.io/3scale/soyuz:test-ci

0 comments on commit a90a804

Please sign in to comment.