From 461aa49f493e8b5737763f82c3d4e9ee31f6b1ca Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Wed, 11 Dec 2024 02:01:50 +0700 Subject: [PATCH] fix step --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index c13d874..aa30f6e 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -42,7 +42,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 + uses: actions/docker-attest-build-provenance@v1 with: subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} subject-digest: ${{ steps.push.outputs.digest }}