Fix workflow: change runs-on to ubuntu-latest for runner compatibility
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
Some checks are pending
Build and Push Docker Image / build-and-push (push) Waiting to run
This commit is contained in:
parent
9ebdaf7f93
commit
98e37c79a5
@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: runner-1
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user