From c97fdc1db72066c04cd5dd1794b13d74fa0fb806 Mon Sep 17 00:00:00 2001 From: sparkcyf Date: Sun, 12 Jun 2022 01:41:06 +0800 Subject: [PATCH] update docker image tag --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f7e346..d2800d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,5 +26,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-20220611" . - docker push "glcr.cra.ac.cn/sustech-cra/overleaf-ldap-oauth2:3.1-20220611" + docker build -t "glcr.cra.ac.cn/sustech-cra/overleaf-ldap-oauth2:3.1-20220612" . + docker push "glcr.cra.ac.cn/sustech-cra/overleaf-ldap-oauth2:3.1-20220612"