fix build image url output casing
This commit is contained in:
@@ -46,4 +46,4 @@ runs:
|
|||||||
- name: Set output
|
- name: Set output
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user