Fix workflow: use docker label for runner
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 10s

This commit is contained in:
Adrian Miesikowski 2026-02-10 13:43:23 +01:00
parent fac3b2f492
commit bec546236d

View File

@ -11,7 +11,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout code