123
This commit is contained in:
parent
40bdd6eca6
commit
2393b8fe5d
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,7 @@ steps:
|
||||||
kokuwa.io: &version
|
kokuwa.io: &version
|
||||||
image: registry.kokuwa.io/kokuwaio/dockerd
|
image: registry.kokuwa.io/kokuwaio/dockerd
|
||||||
pull: true
|
pull: true
|
||||||
command: dockerd --version
|
commands: dockerd --version
|
||||||
when:
|
when:
|
||||||
event: [manual, push]
|
event: [manual, push]
|
||||||
branch: main
|
branch: main
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# hadolint global ignore=DL3008
|
||||||
|
|
||||||
##
|
##
|
||||||
## Download docker
|
## Download docker
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue