mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 17:31:02 +00:00
Use release docker image for nightly build (#2583)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
parent
d20d2b9218
commit
c3c4508a72
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ steps:
|
||||||
- name: nightly build
|
- name: nightly build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: docker/dev/Dockerfile
|
dockerfile: docker/prod/Dockerfile
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in a new issue