Update GitHub Actions workflow to change runner to ubuntu-22.04
Some checks failed
Build And Push Image / docker (push) Failing after 6s

This commit is contained in:
2025-08-06 15:28:22 +02:00
parent df5cdd7a55
commit 45de58cbf3

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
docker:
runs-on: [ monacousa ]
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4