diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 93cc3511..574ef260 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,12 +7,13 @@ on: description: 'Service to build and deploy' required: true default: 'aries-endorser-agent' + default: 'aries-endorser-git-agent' git_repo_url: description: 'Git repository URL' required: true default: 'hyperledger/aries-endorser-service' git_ref: - description: 'Git reference (branch or tag)' + description: 'Git reference (branch or tag)' required: false default: '' docker_file_path: @@ -197,10 +198,8 @@ jobs: id: apply_labels if: contains(fromJSON('["aries-endorser-db"]'), matrix.service) run: | - docker tag "${{ matrix.SOURCE_IMAGE_REGISTRY }}${{ matrix.SOURCE_IMAGE_NAME }}:${{ matrix.SOURCE_IMAGE_TAG }}" "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}" - docker push "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}" - - + echo "FROM "docker tag "${{ matrix.SOURCE_IMAGE_REGISTRY }}${{ matrix.SOURCE_IMAGE_NAME }}:${{ matrix.SOURCE_IMAGE_TAG }}" "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}" + docker push "${{ matrix.SERVICE }}:${{ steps.extract.outputs.tags }}" - name: Push database image id: push