Skip to content

Commit 1f3d984

Browse files
committed
ci: fix setting outputs
1 parent 50bb7d7 commit 1f3d984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
run: |
5656
baseRef="${GITHUB_REF#*/}"
5757
imageTag="${baseRef#*/}"
58-
echo -n "::set-output name=tag::$imageTag"
59-
echo -n "::set-output name=repo::ghcr.io/${{ github.repository }}"
58+
echo "::set-output name=tag::$imageTag"
59+
echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
6060
- name: Push Image Tag
6161
run: |
6262
docker tag repo ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}

0 commit comments

Comments
 (0)