From e4f32109bcd93433bb7ee03d4a6bf3c3c3d85b0e Mon Sep 17 00:00:00 2001 From: Markus Weigelt Date: Fri, 16 Jun 2023 19:07:03 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7a7c43..b0ba5e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: run: | date -u +"build_date=%Y-%m-%dT%H:%M:%SZ" >> $GITHUB_ENV echo "vcs_ref=`git rev-parse --short HEAD`" >> $GITHUB_ENV - echo "${{ env.vcs_ref }}" > /tmp/${{ github.event.inputs.image-tag }}-vcs-ref # temporary file to fill cache + echo "$vcs_ref" > /tmp/${{ github.event.inputs.image-tag }}-vcs-ref # temporary file to fill cache - name: Get cache key "${{ github.event.inputs.image-tag }}-${{ env.vcs_ref }}" (input image-tag - vcs_ref) uses: actions/cache/restore@v3