From d1d7c70dc53dbf6481c9b9e3ac1dfad426afeecb Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Fri, 23 Feb 2024 13:17:27 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 06cdc65e..c74a286f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,16 +26,16 @@ jobs: strategy: matrix: include: - - service: aries-endorser-agent - GIT_REPO_URL: hyperledger/aries-endorser-service - GIT REPO: "" - DOCKER_FILE_PATH: Dockerfile.acapy # The docker path, file, is the relative path to the docker file from the root of the repo. - SOURCE_CONTEXT_DIR: docker/acapy # The context dir, context, sets the context for the build. i.e. where the build will source files from - SOURCE_IMAGE_REGISTRY: "" - SOURCE_IMAGE_NAME: "" - SOURCE_IMAGE_TAG: "" - REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME - REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD + # - service: aries-endorser-agent + # GIT_REPO_URL: hyperledger/aries-endorser-service + # GIT REPO: "" + # DOCKER_FILE_PATH: Dockerfile.acapy # The docker path, file, is the relative path to the docker file from the root of the repo. + # SOURCE_CONTEXT_DIR: docker/acapy # The context dir, context, sets the context for the build. i.e. where the build will source files from + # SOURCE_IMAGE_REGISTRY: "" + # SOURCE_IMAGE_NAME: "" + # SOURCE_IMAGE_TAG: "" + # REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME + # REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD # - service: aries-endorser-db # GIT_REPO_URL: hyperledger/aries-endorser-service # GIT REPO: ""