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 - if: $CI_COMMIT_TAG != null && $CI_COMMIT_TAG =~ $VERSION_PATTERN
tags: tags:
- docker - docker
image: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest image:
entrypoint: [""] name: registry.gitlab.com/fdroid/docker-executable-fdroidserver:latest
entrypoint: [""]
variables: variables:
LC_ALL: 'en_US.UTF-8' LC_ALL: 'en_US.UTF-8'
LANG: 'en_US.UTF-8' LANG: 'en_US.UTF-8'