From 97ea771c43b834f8cd31ac4565127e6b5efdae34 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Fri, 23 Feb 2024 14:04:28 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e97dae3e..c1af1a55 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: include: - service: aries-endorser-agent GIT_REPO_URL: hyperledger/aries-endorser-service - GIT REPO: "" + GIT_REPO: "" BRANCH: move-tests-to-askar 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 @@ -38,13 +38,13 @@ jobs: REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD - service: aries-endorser-db GIT_REPO_URL: hyperledger/aries-endorser-service - GIT REPO: "" + GIT_REPO: "" BRANCH: move-tests-to-askar PATH: docker/wallet/config BUILDER_IMAGE: 'quay.io/fedora/postgresql-13:13' - service: aries-endorser-backup GIT_REPO_URL: BCDevOps/backup-container - GIT REPO: "" + GIT_REPO: "" BRANCH: master 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 @@ -54,7 +54,7 @@ jobs: REGISTRY_USERNAME_SECRET_NAME: ARTIFACTORY_USERNAME REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD - service: aries-endorser-proxy - GIT REPO: "" + GIT_REPO: "" BRANCH: workflow 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 @@ -65,7 +65,7 @@ jobs: REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD - service: aries-endorser-api GIT_REPO_URL: hyperledger/aries-endorser-service - GIT REPO: "" + GIT_REPO: "" BRANCH: move-tests-to-askar 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