Skip to content

Commit

Permalink
chore: do not add provenance metadata to images (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Apr 6, 2023
1 parent e71a3f2 commit 7dcdc9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -515,4 +516,4 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=gha


0 comments on commit 7dcdc9d

Please sign in to comment.