From 9b99ebb187dd059ed6e9b88e5f56d84f612a4606 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 4 Feb 2023 12:37:38 -0500 Subject: [PATCH] ci: disable provenance in build workflow --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 069d241b..9aa1d32e 100644 --- a/.github/workflows/build.yml +++ b/.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 }}