diff --git a/.gitea/workflows/mock-server.yml b/.gitea/workflows/mock-server.yml index 96f4df9..fd4f940 100644 --- a/.gitea/workflows/mock-server.yml +++ b/.gitea/workflows/mock-server.yml @@ -43,13 +43,4 @@ jobs: file: Dockerfile.mock-server push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - - # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true - \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/.gitea/workflows/patch.yml b/.gitea/workflows/patch.yml index 49511cb..6ce90d4 100644 --- a/.gitea/workflows/patch.yml +++ b/.gitea/workflows/patch.yml @@ -50,12 +50,4 @@ jobs: file: Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)." - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true - \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file