From d1a55ace1ffcbcd7511963086dd739c4e4274f4c Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Fri, 23 Feb 2024 13:21:13 -0800 Subject: [PATCH] fake test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 70 ++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c74a286f..a55def75 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,50 +26,50 @@ 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-db - # GIT_REPO_URL: hyperledger/aries-endorser-service - # GIT REPO: "" - # PATH: docker/wallet/config - # BUILDER_IMAGE: 'quay.io/fedora/postgresql-13:13' - - service: aries-endorser-backup - GIT_REPO_URL: BCDevOps/backup-container + - service: aries-endorser-agent + GIT_REPO_URL: hyperledger/aries-endorser-service 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: docker # The context dir, context, sets the context for the build. i.e. where the build will source files from + 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-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 + REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD + # - service: aries-endorser-db # 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 + # PATH: docker/wallet/config + # BUILDER_IMAGE: 'quay.io/fedora/postgresql-13:13' + # - service: aries-endorser-backup + # GIT_REPO_URL: BCDevOps/backup-container + # 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: docker # 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-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: "" + 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 }}