Browse Source
ci: disable provenance in build workflow
pull/6135/head
Nicolas Giard
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
.github/workflows/build.yml
|
|
@ -60,7 +60,6 @@ jobs: |
|
|
|
context: . |
|
|
|
file: dev/build/Dockerfile |
|
|
|
push: true |
|
|
|
provenance: false |
|
|
|
tags: | |
|
|
|
requarks/wiki:canary |
|
|
|
requarks/wiki:canary-${{ env.REL_VERSION_STRICT }} |
|
|
@ -179,7 +178,6 @@ jobs: |
|
|
|
file: dev/build-arm/Dockerfile |
|
|
|
platforms: ${{ matrix.platform }} |
|
|
|
push: true |
|
|
|
provenance: false |
|
|
|
tags: | |
|
|
|
requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }} |
|
|
|
ghcr.io/requarks/wiki:canary-${{ matrix.docker }}-${{ env.REL_VERSION_STRICT }} |
|
|
@ -341,10 +339,11 @@ jobs: |
|
|
|
writeToFile: false |
|
|
|
|
|
|
|
- name: Update GitHub Release |
|
|
|
uses: ncipollo/release-action@v1 |
|
|
|
uses: ncipollo/release-action@v1.12.0 |
|
|
|
with: |
|
|
|
allowUpdates: true |
|
|
|
draft: false |
|
|
|
makeLatest: true |
|
|
|
name: ${{ github.ref_name }} |
|
|
|
body: ${{ steps.changelog.outputs.changes }} |
|
|
|
token: ${{ github.token }} |
|
|
|