Fix workflow: change runs-on to ubuntu-latest for runner compatibility
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run

This commit is contained in:
Adrian Miesikowski 2026-02-10 13:42:49 +01:00
parent efd2dbeb17
commit fac3b2f492

View File

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