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

This commit is contained in:
Matt 2025-08-06 15:28:22 +02:00
parent df5cdd7a55
commit 45de58cbf3
1 changed files with 1 additions and 1 deletions

View File

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