We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bb7d7 commit 1f3d984Copy full SHA for 1f3d984
.github/workflows/ci.yaml
@@ -55,8 +55,8 @@ jobs:
55
run: |
56
baseRef="${GITHUB_REF#*/}"
57
imageTag="${baseRef#*/}"
58
- echo -n "::set-output name=tag::$imageTag"
59
- echo -n "::set-output name=repo::ghcr.io/${{ github.repository }}"
+ echo "::set-output name=tag::$imageTag"
+ echo "::set-output name=repo::ghcr.io/${{ github.repository }}"
60
- name: Push Image Tag
61
62
docker tag repo ${{ steps.tagname.outputs.repo }}:${{ steps.tagname.outputs.tag }}
0 commit comments