diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index acea5530..fa9d1186 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -40,16 +40,16 @@ jobs: # GIT REPO: "" # 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-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.