We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e6084 commit 993c88fCopy full SHA for 993c88f
.github/workflows/deploy-image.yml
@@ -47,4 +47,4 @@ jobs:
47
tags: ${{ steps.meta.outputs.tags }}
48
cache-from: type=gha
49
cache-to: type=gha,mode=max
50
- build-args: JF_GIT_COMMIT=$GITHUB_SHA
+ build-args: JF_GIT_COMMIT=${{ env.GITHUB_SHA }}
0 commit comments