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 16, 2024
1 parent 1c169ce commit 7873066
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
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.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.source-location=${{ github.repositoryUrl | replace('git://', 'https://') }}
io.openshift.build.commit.id=${{ github.sha }}
# labels: |
# acapy.version=0.1O.3
Expand Down

0 comments on commit 7873066

Please sign in to comment.