change tun-on from docker to ubuntu-latest in docker-build.yaml
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m27s
Some checks failed
Build and Push Docker Image / build_and_push (push) Failing after 2m27s
This commit is contained in:
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build_and_push:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest #docker
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user