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: