3 Commits

Author SHA1 Message Date
baad115f01 Merge pull request 'tried to fix #15 again' (#17) from bugfix/15-docker-deployment into main
Some checks failed
test-and-lint / test-and-lint (push) Has been cancelled
Build and Push Docker Image on Release / build-and-push (release) Failing after 33s
Reviewed-on: #17
2026-06-10 03:55:32 +02:00
09e1b2bcdc Merge branch 'main' into bugfix/15-docker-deployment
Some checks failed
test-and-lint / test-and-lint (pull_request) Has been cancelled
2026-06-10 03:55:22 +02:00
2ffe17ca60 tried to fix #15 again
Some checks failed
test-and-lint / test-and-lint (pull_request) Has been cancelled
2026-06-10 03:54:24 +02:00

View File

@@ -6,7 +6,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: docker-builder
steps:
- name: Checkout repository