From 259caa4b5cede4cd2fe9ec79eae82f4af3841f66 Mon Sep 17 00:00:00 2001 From: Nicola Tarocco Date: Fri, 13 Sep 2024 17:32:09 +0200 Subject: [PATCH] ci: fix tags reference --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 672f48e1..e488a6a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,14 +172,14 @@ docker-build-auth-service-release: - .docker-build-release - .docker-build-auth-service only: - - tag + - tags docker-build-calculator-app-release: extends: - .docker-build-release - .docker-build-calculator-app only: - - tag + - tags # ################################################################################################### # Deploy to OpenShift