forked from AkkomaGang/akkoma
Make it possible to generate custom docker images by prefixing the branch name with "build-docker"
This commit is contained in:
parent
8910303f71
commit
068740aa16
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ docker:
|
|||
- dind
|
||||
only:
|
||||
- develop@pleroma/pleroma
|
||||
- /^build-docker/.*$/@pleroma/pleroma
|
||||
|
||||
docker-stable:
|
||||
stage: docker
|
||||
|
|
Loading…
Reference in a new issue