different syntax
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
Tobias Klemp
2026-01-02 00:33:41 +01:00
parent f7e5ddb0da
commit 00aeee85a6

View File

@@ -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