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 989dfd5 commit 2659714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
file: ${{ matrix.SOURCE_CONTEXT_DIR }}/${{ matrix.DOCKER_FILE_PATH }}
REGISTRY_USERNAME: ${{ secrets[matrix.REGISTRY_USERNAME_SECRET_NAME]}}
REGISTRY_PASSWORD: ${{ secrets[matrix.REGISTRY_PASSWORD_SECRET_NAME]}}
REPO_URL: ${{ github.repositoryUrl }}

- name: Build and push Docker image
id: docker_build
Expand All @@ -165,7 +166,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.source-location: ${{ github.repositoryUrl | replace('git://', 'https://') }}
io.openshift.build.source-location: ${{ env.REPO_URL.replace('git://', 'https://') }}
io.openshift.build.commit.id: ${{ github.sha }}
# labels: |
# acapy.version=0.1O.3
Expand Down

0 comments on commit 2659714

Please sign in to comment.