From 4a43f605c119fe391635a282ca76ed2b1af1eb55 Mon Sep 17 00:00:00 2001 From: sparkcyf Date: Sat, 11 Jun 2022 10:21:38 +0800 Subject: [PATCH] update image tag --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e9559f..ac17879 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,5 +25,5 @@ docker-build: # All other branches are tagged with the escaped branch name (commit ref slug) script: - | - docker build -t "glcr.cra.ac.cn/sustech-cra/overleaf-ldap-oauth2:3.1-20220610" . - docker push "glcr.cra.ac.cn/sustech-cra/overleaf-ldap-oauth2:3.1-20220610" + docker build -t "glcr.cra.ac.cn/sustech-cra/overleaf-ldap-oauth2:3.1-20220611" . + docker push "glcr.cra.ac.cn/sustech-cra/overleaf-ldap-oauth2:3.1-20220611"