fix entrypoint syntax

This commit is contained in:
Kai Kriegel 2023-01-26 00:54:49 +00:00
parent ba5880e820
commit eeea0ed681

View File

@ -214,8 +214,9 @@ pages:
- if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ $VERSION_PATTERN
tags:
- docker
image: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
entrypoint: [""]
image:
name: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
entrypoint: [""]
variables:
LC_ALL: 'en_US.UTF-8'
LANG: 'en_US.UTF-8'