From 10dbdbc30a9bd742d6b48987ace6bf15bc291ebd Mon Sep 17 00:00:00 2001 From: "Andre Anundsson (Xenit)" Date: Thu, 10 Apr 2025 16:12:58 +0200 Subject: [PATCH] hotfix container_naming at release --- .github/workflows/container-build-template.yml | 14 +++++++------- .github/workflows/tools-container-tag.yaml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/container-build-template.yml b/.github/workflows/container-build-template.yml index f0b908f..eaf3695 100644 --- a/.github/workflows/container-build-template.yml +++ b/.github/workflows/container-build-template.yml @@ -50,10 +50,10 @@ jobs: platforms: ${{ inputs.platforms }} push: ${{ inputs.push }} - - name: Generate Artifact Attestation - if: ${{ inputs.push }} - uses: actions/attest-build-provenance@v2 - with: - subject-name: ghcr.io/${{ steps.repository_to_lower_case.outputs.repo_lower }} - subject-digest: ${{ steps.build-push.outputs.digest }} - push-to-registry: true \ No newline at end of file + # - name: Generate Artifact Attestation + # if: ${{ inputs.push }} + # uses: actions/attest-build-provenance@v2 + # with: + # subject-name: ghcr.io/${{ steps.repository_to_lower_case.outputs.repo_lower }} + # subject-digest: ${{ steps.build-push.outputs.digest }} + # push-to-registry: true \ No newline at end of file diff --git a/.github/workflows/tools-container-tag.yaml b/.github/workflows/tools-container-tag.yaml index 73831c7..29735e5 100644 --- a/.github/workflows/tools-container-tag.yaml +++ b/.github/workflows/tools-container-tag.yaml @@ -14,7 +14,7 @@ jobs: - name: Generate Tag id: get_date run: | - date=$(date -u +"%Y.%-m.%-d") + date=$(date -u +"%Y.%m.%d") echo "date_tag=${date}" >> $GITHUB_OUTPUT publish_tag: