We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0191a47 + 207efe8 commit 02f21f3Copy full SHA for 02f21f3
.github/workflows/docker-image.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set output variables
24
id: vars
25
run: |
26
- echo "DOCKER_TAG=$('${{ github.ref_name }}' -replace '^v', '' -replace '\.\w+$', '')" >> $GITHUB_OUTPUT
+ echo "DOCKER_TAG=$('${{ github.ref_name }}' -replace '^v', '' -replace '\.\w+$', '')" >> "$GITHUB_OUTPUT"
27
28
- name: Build Docker image
29
run: docker build . --file Dockerfile --tag ababak/cgcpp:${{ steps.vars.outputs.DOCKER_TAG }}
0 commit comments