Compare commits

1 Commits

Author SHA1 Message Date
Tobias Klemp
fd39305966 try docker build
Some checks failed
CI / build-docker-image (pull_request) Failing after 2m1s
CI / build-and-test (pull_request) Failing after 2m36s
2025-12-29 17:31:21 +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: ${{ github.repository }}:${{ github.ref }} tags: ${{ github.repository }}:${{ github.sha }}
# type-check: # type-check:
# runs-on: ubuntu-latest # runs-on: ubuntu-latest