Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
798c059eee try docker build
Some checks failed
CI / build-docker-image (pull_request) Failing after 2m30s
CI / build-and-test (pull_request) Failing after 2m57s
2025-12-29 18:43:33 +01:00

View File

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