Skip to content

Commit e7c2063

Browse files
authored
ci: disable buildx provenance on dev db nightly builds
1 parent 5560c28 commit e7c2063

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dev-db-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
platforms: ${{ matrix.platform }}
6464
push: true
6565
tags: ghcr.io/ietf-tools/datatracker-db:latest-${{ matrix.docker }}
66+
provenance: false
6667

6768
combine-mariadb:
6869
name: Create MariaDB Docker Manifests
@@ -184,3 +185,4 @@ jobs:
184185
platforms: linux/amd64,linux/arm64
185186
push: true
186187
tags: ghcr.io/ietf-tools/datatracker-db-pg:latest,ghcr.io/ietf-tools/datatracker-db-pg:nightly-${{ steps.date.outputs.date }}
188+
provenance: false

0 commit comments

Comments
 (0)