Skip to content

Commit c16e315

Browse files
committed
fix: invalid quotes in action
1 parent bfbffe4 commit c16e315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
id: platform
4444
run: |
4545
PLATFORM_TAG=$(echo "${{ matrix.platform }}" | tr '/' '-')
46-
echo "tag=$PLATFORM_TAG" >> $GITHUB_OUTPUT
46+
echo "tag=$PLATFORM_TAG" >> "$GITHUB_OUTPUT"
4747
4848
- name: Build and push Docker image
4949
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)