Update GitHub Actions workflow to change runner to ubuntu-22.04
Build And Push Image / docker (push) Failing after 6s
Details
Build And Push Image / docker (push) Failing after 6s
Details
This commit is contained in:
parent
df5cdd7a55
commit
45de58cbf3
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue