diff --git a/.github/workflows/docker-publish-github.yml b/.github/workflows/docker-publish-github.yml index 6816e1a..8a03e83 100644 --- a/.github/workflows/docker-publish-github.yml +++ b/.github/workflows/docker-publish-github.yml @@ -73,7 +73,7 @@ jobs: echo "VERSION=$VERSION" >> $GITHUB_ENV TAGS=$((> $GITHUB_ENV - SHA256=$(> $GITHUB_ENV - name: Show versions and tags @@ -95,7 +95,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - build-args: VERSION=${{ env.VERSION }} + build-args: VERSION=${{ env.VERSION }} SHA256=${{ env.SHA256 }} # Sign the resulting Docker image digest except on PRs.