From f091b8937a51560acd98c34efa84ff23d80573c5 Mon Sep 17 00:00:00 2001 From: Fortune Iriaye <firiaye@uab.edu> Date: Thu, 21 Nov 2024 10:53:40 -0600 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c567d58..8e1cae5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - build variables: - PACKAGE_NAME: "alphafold" + PACKAGE_NAME: "alphafold3" DOCKER_IMAGE: "$CI_REGISTRY_IMAGE/$PACKAGE_NAME" DOCKER_TLS_CERTDIR: "/certs" -- GitLab