Unverified Commit 30b66b16 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

ci: disable provenance in docker build action

parent cc96b1fb
......@@ -60,6 +60,7 @@ jobs:
context: .
file: dev/build/Dockerfile
push: true
provenance: false
tags: |
requarks/wiki:canary
requarks/wiki:canary-${{ env.REL_VERSION_STRICT }}
......@@ -178,6 +179,7 @@ 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 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment