Update GitHub Actions workflow to change runner to ubuntu-22.04
Some checks failed
Build And Push Image / docker (push) Failing after 6s
Some checks failed
Build And Push Image / docker (push) Failing after 6s
This commit is contained in:
@@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: [ monacousa ]
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user