Update workflow to run on Docker instead of Ubuntu
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 1m6s
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:
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
||||
Reference in New Issue
Block a user