diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 4022082a..09d9645f 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -49,16 +49,3 @@ jobs: ${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }}:latest ${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }}:${{ github.sha }} - - name: Generate backend artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_BACKEND }} - subject-digest: ${{ steps.backend.outputs.digest }} - push-to-registry: true - - - name: Generate frontend artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_FRONTEND }} - subject-digest: ${{ steps.frontend.outputs.digest }} - push-to-registry: true