fix: change runner from ubuntu-latest to docker for Docker workflow
Some checks failed
Build and Push Docker Image / docker (push) Failing after 2m9s
Some checks failed
Build and Push Docker Image / docker (push) Failing after 2m9s
This commit is contained in:
@@ -11,7 +11,7 @@ env:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user