Skip to content

Commit 02f21f3

Browse files
authored
Merge pull request #7 from ababak/dev
Fix gtihub workflow docker_tag
2 parents 0191a47 + 207efe8 commit 02f21f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)