Change image from docker to dind
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 7s
Some checks failed
Build Custom docker:dind image / build-container (push) Failing after 7s
This commit is contained in:
parent
93804659a2
commit
7bb52b3a36
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ author: 'Neshura'
|
|||
on: [push]
|
||||
jobs:
|
||||
build-container:
|
||||
runs-on: docker
|
||||
runs-on: dind
|
||||
steps:
|
||||
-
|
||||
name: Set up QEMU
|
||||
|
|
Loading…
Reference in a new issue