Skip to content

Commit

Permalink
ci: disable buildx provenance on dev db nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jan 26, 2023
1 parent 5560c28 commit e7c2063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-db-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
platforms: ${{ matrix.platform }}
push: true
tags: ghcr.io/ietf-tools/datatracker-db:latest-${{ matrix.docker }}
provenance: false

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

0 comments on commit e7c2063

Please sign in to comment.