Skip to content

Commit

Permalink
fake 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 d1d7c70 commit d1a55ac
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d1a55ac

Please sign in to comment.