Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
2359167669 try docker build
Some checks failed
CI / build-docker-image (pull_request) Failing after 1m58s
CI / build-and-test (pull_request) Failing after 2m33s
2025-12-29 18:55:28 +01:00

View File

@@ -58,7 +58,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ github.server_url }}/${{ github.repository }}:${{ github.sha }}
tags: ${{ vars.INSTANCE_URL }}/${{ github.repository }}:${{ github.sha }}
# type-check:
# runs-on: ubuntu-latest