Update GitHub Actions workflow to use monacousa-portal-runner for Docker jobs
Build And Push Image / docker (push) Waiting to run
Details
Build And Push Image / docker (push) Waiting to run
Details
This commit is contained in:
parent
8d93f4cd2e
commit
633384564f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue