We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c954507 commit a3b9c34Copy full SHA for a3b9c34
1 file changed
.github/workflows/build-ssp.container.yaml
@@ -29,7 +29,7 @@ jobs:
29
if [ -n "${GITHUB_TAG}" ]; then
30
echo "version=${GITHUB_TAG}" >> $GITHUB_OUTPUT
31
else
32
- echo "version=${GITHUB_SHA}" >> $GITHUB_OUTPUT
+ echo "version=${{ github.sha }}" >> $GITHUB_OUTPUT
33
fi
34
shell: bash
35
0 commit comments