mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 14:51:44 +01:00
fix entrypoint syntax
This commit is contained in:
parent
ba5880e820
commit
eeea0ed681
@ -214,7 +214,8 @@ pages:
|
||||
- if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ $VERSION_PATTERN
|
||||
tags:
|
||||
- docker
|
||||
image: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
|
||||
image:
|
||||
name: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
|
||||
entrypoint: [""]
|
||||
variables:
|
||||
LC_ALL: 'en_US.UTF-8'
|
||||
|
Loading…
x
Reference in New Issue
Block a user