Skip to content

Commit

Permalink
labels for db
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <rajpal.chauhan@gov.bc.ca>
  • Loading branch information
rajpalc7 committed Mar 7, 2024
1 parent 5f30ed1 commit 843ab6a
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 843ab6a

Please sign in to comment.