From 843ab6af824bf1c37aedf97bfb224aa41b20456f Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Thu, 7 Mar 2024 13:37:45 -0800 Subject: [PATCH] labels for db Signed-off-by: Rajpal Chauhan --- .github/workflows/main.yaml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5a2b9c78..6b4c7c8a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -2,36 +2,6 @@ name: Build and Deploy Image on: workflow_dispatch: - inputs: - service: - description: 'Service to build and deploy' - required: true - default: 'aries-endorser-agent' - endorser_agent_git_repo_url: - description: 'Git repository URL' - required: true - default: 'hyperledger/aries-endorser-service' - endorser_agent_docker_file_path: - description: 'Path to Dockerfile' - required: true - default: 'Dockerfile.acapy' - endorser_agent_source_context_dir: - description: 'Source context directory for the build' - required: true - default: 'docker/acapy' - endorser_agent_source_image_registry: - description: 'Source image registry' - required: false - default: '' - endorser_agent_source_image_name: - description: 'Source image name' - required: false - default: '' - endorser_agent_source_image_tag: - description: 'Source image tag' - required: false - default: '' - push: branches: - label