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 Jan 18, 2024
1 parent 30e0980 commit ce2d6d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,18 @@ jobs:
type=semver,pattern={{major}}
type=sha,value=latest
- name: Build and push Docker image
id: docker_build
uses: docker/build-push-action@v3
with:
context: ${{ matrix.SOURCE_CONTEXT_DIR }}
file: ${{ matrix.SOURCE_CONTEXT_DIR }}/${{ matrix.DOCKER_FILE_PATH }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
if: contains([' aries-endorser-agent','aries-endorser-backup','aries-endorser-api'], ${{ matrix.service }} )
# - name: Build and push Docker image
# id: docker_build
# uses: docker/build-push-action@v3
# with:
# context: ${{ matrix.SOURCE_CONTEXT_DIR }}
# file: ${{ matrix.SOURCE_CONTEXT_DIR }}/${{ matrix.DOCKER_FILE_PATH }}
# push: true
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
# cache-from: type=gha
# cache-to: type=gha,mode=max
# if: contains(['aries-endorser-agent','aries-endorser-backup','aries-endorser-api'], ${{ matrix.service }} )

- name: Setup and Build
id: build_image
Expand Down

0 comments on commit ce2d6d1

Please sign in to comment.