mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-23 09:51:01 +00:00
fix docker image
This commit is contained in:
parent
d3a89a2a22
commit
09212bb6b7
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
|
||||
#asd
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: compose:alpine-1.27.4
|
||||
image: docker/compose:alpine-1.27.4
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
path: /var/run/docker.sock
|
||||
|
|
Loading…
Reference in a new issue