From bf2f38c9bb66cf9babfc443073cc7b271c10476f Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Fri, 23 Feb 2024 13:16:00 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7a33561b..06cdc65e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -51,15 +51,15 @@ jobs: SOURCE_IMAGE_TAG: "" REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD - - service: aries-endorser-proxy - GIT REPO: "" - DOCKER_FILE_PATH: Dockerfile # The docker path, file, is the relative path to the docker file from the root of the repo. - SOURCE_CONTEXT_DIR: proxy # The context dir, context, sets the context for the build. i.e. where the build will source files from - SOURCE_IMAGE_REGISTRY: "artifacts.developer.gov.bc.ca/docker-remote/" - SOURCE_IMAGE_NAME: caddy - SOURCE_IMAGE_TAG: latest - REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME - REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD + # - service: aries-endorser-proxy + # GIT REPO: "" + # DOCKER_FILE_PATH: Dockerfile # The docker path, file, is the relative path to the docker file from the root of the repo. + # SOURCE_CONTEXT_DIR: proxy # The context dir, context, sets the context for the build. i.e. where the build will source files from + # SOURCE_IMAGE_REGISTRY: "artifacts.developer.gov.bc.ca/docker-remote/" + # SOURCE_IMAGE_NAME: caddy + # SOURCE_IMAGE_TAG: latest + # REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME + # REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD # - service: aries-endorser-api # GIT_REPO_URL: hyperledger/aries-endorser-service # GIT REPO: ""