Update .github/workflows/docker.yml
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 7s
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 7s
This commit is contained in:
parent
7e4f939a90
commit
f29eb3f374
1 changed files with 2 additions and 1 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
@ -9,7 +9,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
image: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue