Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Feb 23, 2024
1 parent 2fd0c19 commit 661bcb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- service: aries-endorser-agent
GIT_REPO_URL: hyperledger/aries-endorser-service
GIT REPO: ""
GIT_BRANCH: move-tests-to-askar
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
SOURCE_IMAGE_REGISTRY: ""
Expand All @@ -39,13 +39,13 @@ jobs:
- service: aries-endorser-db
GIT_REPO_URL: hyperledger/aries-endorser-service
GIT REPO: ""
GIT_BRANCH: move-tests-to-askar
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_BRANCH: master
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
SOURCE_IMAGE_REGISTRY: ""
Expand All @@ -55,7 +55,7 @@ jobs:
REGISTRY_PASSWORD_SECRET_NAME: ARTIFACTORY_PASSWORD
- service: aries-endorser-proxy
GIT REPO: ""
GIT_BRANCH: workflow
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
SOURCE_IMAGE_REGISTRY: "artifacts.developer.gov.bc.ca/docker-remote/"
Expand All @@ -66,7 +66,7 @@ jobs:
- service: aries-endorser-api
GIT_REPO_URL: hyperledger/aries-endorser-service
GIT REPO: ""
GIT_BRANCH: move-tests-to-askar
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
SOURCE_IMAGE_REGISTRY: artifacts.developer.gov.bc.ca/docker-remote/
Expand Down

0 comments on commit 661bcb9

Please sign in to comment.