From e23534d61374c868ccfccf264a76cd52a3d23e2d Mon Sep 17 00:00:00 2001 From: Cristiano Urban <cristiano.urban@inaf.it> Date: Fri, 6 Dec 2024 17:00:01 +0100 Subject: [PATCH] Revert to master branch for CI/CD. Signed-off-by: Cristiano Urban <cristiano.urban@inaf.it> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e5b457..22ae295 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: tags: - shell only: - - pasture + - master script: - docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}" - docker build -t "${CI_REGISTRY_IMAGE}/${IMAGE_NAME}" ${IMAGE_NAME} -- GitLab