fix build image url output casing
Some checks failed
Deploy / build-and-deploy (push) Successful in 16m0s
CI / build-and-test (push) Failing after 2m24s

This commit is contained in:
Tobias Klemp
2026-01-03 18:00:39 +01:00
parent 74ff0f0673
commit fcfc773d87

View File

@@ -46,4 +46,4 @@ runs:
- name: Set output
shell: bash
run: |
echo "image_url=${{ vars.INSTANCE_URL }}/${{ gitea.repository }}:${{ inputs.tag }}" >> $GITHUB_OUTPUT
echo "image_url=${{ vars.INSTANCE_URL }}/${{ steps.repo.outputs.name }}:${{ inputs.tag }}" >> $GITHUB_OUTPUT