Fix quoting for GitHub Action

This commit is contained in:
zebrapurring
2024-06-28 17:22:01 +02:00
parent e79905b608
commit 9ed618d45e
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ jobs:
build-args: |
VERSION=${{ github.ref_name }}
COMMIT=$(git rev-parse HEAD)
BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
BUILD_TIME=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Attest
uses: actions/attest-build-provenance@v1

View File

@@ -86,7 +86,7 @@ jobs:
build-args: |
VERSION=${{ github.ref_name }}
COMMIT=$(git rev-parse HEAD)
BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
BUILD_TIME=$(date -u +'%Y-%m-%dT%H:%M:%SZ')
- name: Attest
uses: actions/attest-build-provenance@v1