From 2659714e71eb97df740a491c1d5f8f1c454870e5 Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Thu, 15 Feb 2024 16:45:23 -0800 Subject: [PATCH] test Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0c98e644..c35e2d25 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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 @@ -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