diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3cf3c64..27173de 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,25 +3,6 @@ name: Create and publish to GitHub Images on: push: branches: ['release'] - workflow_dispatch: - inputs: - logLevel: - description: 'Log level' - required: true - default: 'warning' - type: choice - options: - - info - - warning - - debug - tags: - description: 'Test scenario tags' - required: false - type: boolean - environment: - description: 'Environment to run tests against' - type: environment - required: true env: REGISTRY: ghcr.io