From 0db1f6432cfd82e25fcc0d5d45e09f21d43dd1d5 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Fri, 2 Jan 2026 00:40:26 +0100 Subject: [PATCH] i dont know --- .gitea/actions/build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/actions/build/action.yml b/.gitea/actions/build/action.yml index 8f2f90d..ef7876a 100644 --- a/.gitea/actions/build/action.yml +++ b/.gitea/actions/build/action.yml @@ -41,7 +41,7 @@ runs: uses: docker/build-push-action@v6 with: push: true - tags: '${{ vars.INSTANCE_URL }}/${REPOSITORY}:${{ inputs.tag }}' + tags: '${{ vars.INSTANCE_URL }}/$REPOSITORY:${{ inputs.tag }}' - name: Set output shell: bash