fix: change runner from ubuntu-latest to docker for Docker workflow
Some checks failed
Build and Push Docker Image / docker (push) Failing after 2m9s

This commit is contained in:
2025-09-04 16:02:09 +02:00
parent 33b6dfa734
commit 94f870b1ef

View File

@@ -11,7 +11,7 @@ env:
jobs:
docker:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4