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 bf2f38c commit d1d7c70
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit d1d7c70

Please sign in to comment.