diff --git a/.github/workflows/reuse.yaml b/.github/workflows/reuse.yaml index 6e5cd5d370..4feb7c5ccf 100644 --- a/.github/workflows/reuse.yaml +++ b/.github/workflows/reuse.yaml @@ -102,7 +102,7 @@ jobs: id: ko-build-dev if: ${{inputs.tag == 'image' && steps.extract_branch.outputs.branch == 'main'}} run: | - echo "::set-output name=digest::$(REGISTRY=ghcr.io/${{github.repository}} GITHUB_TOKEN={{ github.token }} make ${{inputs.publish_command}}-dev)" + echo "::set-output name=digest::$(REGISTRY=ghcr.io/${{github.repository}} GITHUB_TOKEN=${{github.token}} make ${{inputs.publish_command}}-dev)" - name: ko build release image id: ko-build