From 68eefeafd0f89dbff6076cb57923fc4fd5b2da26 Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Wed, 7 Jun 2023 21:16:43 +0200 Subject: [PATCH] Test disabling provenance to try to restore docker builds --- .github/workflows/alpha.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 4e60b9ada..86e8eb6ca 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -25,6 +25,7 @@ jobs: with: context: ./ file: ./Dockerfile + provenance: false push: true platforms: linux/amd64 tags: "${{ secrets.DOCKER_HUB_PREFIX }}/convos:alpha"