From 7dcdc9dacf41cb6e84030cdb59d5193dbe2b78c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rok=20Ro=C5=A1kar?= Date: Thu, 6 Apr 2023 18:46:58 +0200 Subject: [PATCH] chore: do not add provenance metadata to images (#329) --- .github/workflows/build-and-push-to-docker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-to-docker.yml b/.github/workflows/build-and-push-to-docker.yml index f1bcf2bc..54ae1081 100644 --- a/.github/workflows/build-and-push-to-docker.yml +++ b/.github/workflows/build-and-push-to-docker.yml @@ -155,6 +155,7 @@ jobs: build-args: | BASE_IMAGE=jupyter/base-notebook:python-${{ matrix.BASE_PYTHON_VERSION }} platforms: linux/amd64,linux/arm64 + provenance: false build-cuda: needs: build-py @@ -515,4 +516,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} cache-from: type=gha - \ No newline at end of file +