Skip to content
Snippets Groups Projects
Commit 34ff6477 authored by Mgr. Pavel Břoušek's avatar Mgr. Pavel Břoušek
Browse files

ci: remove token portal origin from docker tag

parent 35acd2c7
No related branches found
No related tags found
No related merge requests found
...@@ -5,13 +5,11 @@ include: ...@@ -5,13 +5,11 @@ include:
docker-build: docker-build:
variables: variables:
TOKEN_PORTAL_VERSION: "3.0.0" TOKEN_PORTAL_VERSION: "3.0.0"
TOKEN_PORTAL_ORIGIN: "rciam"
PHP_VERSION: "8.2" PHP_VERSION: "8.2"
DEB_VERSION: "11" DEB_VERSION: "11"
BUILD_ARGS: |- BUILD_ARGS: |-
TOKEN_PORTAL_VERSION=${TOKEN_PORTAL_VERSION} TOKEN_PORTAL_VERSION=${TOKEN_PORTAL_VERSION}
TOKEN_PORTAL_ORIGIN=${TOKEN_PORTAL_ORIGIN}
PHP_VERSION=${PHP_VERSION} PHP_VERSION=${PHP_VERSION}
DEB_VERSION=${DEB_VERSION} DEB_VERSION=${DEB_VERSION}
DESTINATIONS: |- DESTINATIONS: |-
$CI_REGISTRY_IMAGE:${TOKEN_PORTAL_VERSION}-${TOKEN_PORTAL_ORIGIN}-php${PHP_VERSION}-debian-${DEB_VERSION} $CI_REGISTRY_IMAGE:${TOKEN_PORTAL_VERSION}-php${PHP_VERSION}-debian-${DEB_VERSION}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment