Update workflow to run on Docker instead of Ubuntu
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 1m6s

Switching the runner to Docker improves consistency and aligns with containerized build environments. This change ensures better compatibility and reduces discrepancies in builds.
This commit is contained in:
2025-02-27 16:18:13 +01:00
parent 407e93a8c7
commit 8bef4fba45

View File

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