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