We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72e6084 commit 36100ffCopy full SHA for 36100ff
.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=${ GITHUB_SHA }
0 commit comments