Skip to content

Commit 207efe8

Browse files
committed
Fix gtihub workflow docker_tag
1 parent 174c9fa commit 207efe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set output variables
2424
id: vars
2525
run: |
26-
echo "DOCKER_TAG=$('${{ github.ref_name }}' -replace '^v', '' -replace '\.\w+$', '')" >> $GITHUB_OUTPUT
26+
echo "DOCKER_TAG=$('${{ github.ref_name }}' -replace '^v', '' -replace '\.\w+$', '')" >> "$GITHUB_OUTPUT"
2727
2828
- name: Build Docker image
2929
run: docker build . --file Dockerfile --tag ababak/cgcpp:${{ steps.vars.outputs.DOCKER_TAG }}

0 commit comments

Comments
 (0)