mirror of https://github.com/LemmyNet/lemmy.git
fix docker image
parent
d3a89a2a22
commit
09212bb6b7
|
@ -1,11 +1,9 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
#asd
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: compose:alpine-1.27.4
|
image: docker/compose:alpine-1.27.4
|
||||||
volumes:
|
volumes:
|
||||||
- name: docker_sock
|
- name: docker_sock
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
Loading…
Reference in New Issue