From 0007b8f326f1be618fbe0da1bdb6239b228d2cfc Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Fri, 23 Feb 2024 13:14:19 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 2a297465..7a33561b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -60,20 +60,20 @@ jobs: 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: "" - DOCKER_FILE_PATH: Dockerfile.endorser # The docker path, file, is the relative path to the docker file from the root of the repo. - SOURCE_CONTEXT_DIR: endorser # 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: python - SOURCE_IMAGE_TAG: 3.10-slim-buster - 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: "" + # DOCKER_FILE_PATH: Dockerfile.endorser # The docker path, file, is the relative path to the docker file from the root of the repo. + # SOURCE_CONTEXT_DIR: endorser # 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: python + # SOURCE_IMAGE_TAG: 3.10-slim-buster + # REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME + # REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD outputs: aries-endorser-agent_digest: ${{ steps.digest.outputs.aries-endorser-agent_digest }} aries-endorser-backup_digest: ${{ steps.digest.outputs.aries-endorser-backup_digest }} - aries-endorser-api_digest: ${{ steps.digest.outputs.aries-endorser-api_digest }} + # aries-endorser-api_digest: ${{ steps.digest.outputs.aries-endorser-api_digest }} aries-endorser-proxy_digest: ${{ steps.digest.outputs.aries-endorser-proxy_digest }} aries-endorser-db_digest: ${{ steps.digests.outputs.aries-endorser-db_digest }}