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 29, 2024
1 parent 6adeaaf commit 51e2681
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 @@ -89,7 +89,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Login to image registry
if: matrix.REGISTRY_USERNAME_SECRET_NAME != ''
if: matrix.REGISTRY_USERNAME_SECRET_NAME != ''&& matrix.SOURCE_IMAGE_REGISTRY != ''
uses: docker/login-action@v3
with:
registry: ${{ matrix.SOURCE_IMAGE_REGISTRY }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
image: ${{ matrix.service }}
tags: ${{ steps.extract.outputs.tags }}
# labels would have to be added to the image after the S2I build

- name: Push database image
id: push
if: contains(fromJSON('["aries-endorser-db"]'), matrix.service)
Expand Down

0 comments on commit 51e2681

Please sign in to comment.