We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02f21f3 + 97a9306 commit 3876cefCopy full SHA for 3876cef
1 file changed
.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+$', '')" >> $env: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