From 8efcc9df4b177238c03829bc15945159141d0ff9 Mon Sep 17 00:00:00 2001 From: nisan Date: Thu, 1 Aug 2024 22:28:42 +0300 Subject: [PATCH] fix: remove provenance images --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index aec6607..8ac748d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,11 +22,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Build and push api - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 env: ACTIONS_RUNTIME_TOKEN: '' with: platforms: linux/amd64,linux/arm64 + provenance: false context: . push: true tags: git.lovepin.app/nisan/avatars:latest \ No newline at end of file