From 7250c56db498283d653f45ebaa513b1e4196137a Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <elberfeld@web.de> Date: Fri, 4 Apr 2025 10:18:13 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ed566d..22b596b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,8 @@ docker-build: # All other branches are tagged with the escaped branch name (commit ref slug) script: - | + echo "Runtime Variables" + echo "CI_REGISTRY: $CI_REGISTRY" echo "CI_REGISTRY_USER: $CI_REGISTRY_USER" echo "CI_REGISTRY_PASSWORD: $CI_REGISTRY_PASSWORD" echo "CI_REGISTRY: $CI_REGISTRY" -- GitLab