ci: use docker-build runner label (dind)
Some checks failed
Build & Push Docker Image / build (push) Failing after 17s
Some checks failed
Build & Push Docker Image / build (push) Failing after 17s
This commit is contained in:
parent
9ce894523e
commit
17912515a7
1 changed files with 1 additions and 4 deletions
|
|
@ -14,10 +14,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker-build
|
||||||
container:
|
|
||||||
image: docker:27-dind
|
|
||||||
options: --privileged
|
|
||||||
steps:
|
steps:
|
||||||
- name: Docker info
|
- name: Docker info
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue