From 1c950f649c295aa9c051a724e2a8ee18f0ccc0c7 Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Fri, 9 May 2025 13:43:04 +0800 Subject: [PATCH] update --- .gitea/workflows/mock-server.yml | 11 +---------- .gitea/workflows/patch.yml | 10 +--------- 2 files changed, 2 insertions(+), 19 deletions(-) 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