From 26adf1231c6f49ec28ebf885a2cd97195a985339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20V=C4=83n=20Nguy=C3=AAn?= Date: Sat, 20 Apr 2024 20:08:11 +0700 Subject: [PATCH] Update build-dev-container.yaml to disable provenance --- .github/workflows/build-dev-container.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-dev-container.yaml b/.github/workflows/build-dev-container.yaml index c3ec0ce..6ed738c 100644 --- a/.github/workflows/build-dev-container.yaml +++ b/.github/workflows/build-dev-container.yaml @@ -50,6 +50,7 @@ jobs: - name: Build and run Dev Container task uses: devcontainers/ci@v0.3 with: + provenance: false subFolder: ./templates/${{ matrix.dir }} imageName: ghcr.io/pnstack/codespace/${{ matrix.dir }} cacheFrom: ghcr.io/pnstack/codespace/${{ matrix.dir }}:latest