From c6c6ae3a469412da3cede5e8144535a04a6419d8 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Mon, 12 Feb 2024 10:18:20 -0800 Subject: [PATCH] fixing base image Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 27594db5..cfa608e8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -57,7 +57,7 @@ jobs: SOURCE_CONTEXT_DIR: endorser # The context dir, context, sets the context for the build. i.e. where the build will source files from BASE_SOURCE_IMAGE_REGISTRY: artifacts.developer.gov.bc.ca/docker-remote/ BASE_SOURCE_IMAGE_NAME: python - BASE_SOURCE_IMAGE_TAG: 3.10-slim-buster-test + BASE_SOURCE_IMAGE_TAG: 3.10-slim-buster REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD outputs: