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 24, 2024
1 parent 358ebc4 commit b92e257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
GIT_REPO_URL: hyperledger/aries-endorser-service
GIT_REF: ""
PATH: docker/wallet/config
SOURCE_IMAGE_REGISTRY: "hub.docker.com/"
SOURCE_IMAGE_REGISTRY: "docker.io/"
SOURCE_IMAGE_NAME: "alpine"
SOURCE_IMAGE_TAG: "latest"
- service: aries-endorser-backup
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
with:
path_context: ${{ matrix.PATH }}
# Builder image for a java projectE_IMAG
builder_image: ${{ matrix.SOURCE_IMAGE_REGISTRY }}${{ matrix.SOURCE_NAME }}:${{ matrix.SOURCE_IMAGE_TAG }}
builder_image: ${{ matrix.SOURCE_IMAGE_REGISTRY }}${{ matrix.SOURCE_IMAGE_NAME }}:${{ matrix.SOURCE_IMAGE_TAG }}
image: ${{ env.GITHUB_IMAGE_REPO }}${{ matrix.service }}
tags: ${{ steps.extract.outputs.tags }}

Expand Down

0 comments on commit b92e257

Please sign in to comment.