Update GitHub Actions workflow to use monacousa-portal-runner for Docker jobs
Build And Push Image / docker (push) Waiting to run Details

This commit is contained in:
Matt 2025-08-06 15:20:37 +02:00
parent 8d93f4cd2e
commit 633384564f
1 changed files with 1 additions and 1 deletions

View File

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