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 15, 2024
1 parent 6de2f4d commit 1c169ce
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,14 @@ jobs:
file: ${{ matrix.SOURCE_CONTEXT_DIR }}/${{ matrix.DOCKER_FILE_PATH }}
push: true
tags: ${{ steps.meta.outputs.tags }}
# annotations: ${{ steps.meta.outputs.annotations }}
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized id
labels: |
io.buildah.version=1.29.0
io.openshift.build.commit.message= Allow None in model for EndorserTransaction.transaction_request
io.openshift.build.commit.ref=main
io.openshift.build.namespace=4a9599-tools
io.openshift.build.source-context-dir=docker/acapy
io.openshift.build.source-location=https://github.com/bcgov/aries-endorser-service.git
labels: |
# io.openshift.build.commit.ref=main
# io.openshift.build.namespace=4a9599-tools
# io.openshift.build.source-context-dir=docker/acapy
# io.openshift.build.source-location=https://github.com/bcgov/aries-endorser-service.git
io.openshift.build.source-location=${{ github.repositoryUrl }}
io.openshift.build.commit.id=${{ github.sha }}
# labels: |
# acapy.version=0.1O.3
# description = aries-cloudagent provides a base image for running Hyperledger Aries agents in Docker. This
Expand Down

0 comments on commit 1c169ce

Please sign in to comment.