mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-23 04:53:06 +00:00
try plugins/docker image
This commit is contained in:
parent
91be01fd63
commit
f9f95a2b92
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: docker:dind
|
||||
image: plugins/docker
|
||||
commands:
|
||||
- docker build . --file docker/prod/Dockerfile --tag dessalines/lemmy:travis
|
||||
- docker-compose up -f docker/travis/docker-compose.yml -d
|
||||
|
|
Loading…
Reference in a new issue