From 27c46570dfaf132ebdea876439f6a08381dabcf2 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Fri, 2 Jan 2026 00:35:52 +0100 Subject: [PATCH] ahhh --- .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 2857970..0aacaee 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