ci: disable buildx provenance on dev db nightly builds
This commit is contained in:
parent
5560c28c82
commit
e7c2063992
2
.github/workflows/dev-db-nightly.yml
vendored
2
.github/workflows/dev-db-nightly.yml
vendored
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue