Skip to content

Commit

Permalink
Merge pull request #16 from strg-at/feature/INPRO-1986-Automate-VPN-c…
Browse files Browse the repository at this point in the history
…onnection-upon-startup

ci: Test adapted GH action workflow, INPRO-2035
  • Loading branch information
mickaelstrg authored Jan 18, 2024
2 parents 5862bf7 + c024409 commit 6f5c67c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
inputs:
path:
description: "path to Dockerfile, f.e. postgres-db-init"
description: "path to directory containing the Dockerfile file, f.e. postgres-db-init"
required: true
type: string

Expand All @@ -15,4 +15,5 @@ jobs:
with:
runner: '["ubuntu-latest"]'
subpath: ${{ inputs.path }}
file: ${{ inputs.path }}
file: ${{ inputs.path }}/Dockerfile
context: ${{ inputs.path }}

0 comments on commit 6f5c67c

Please sign in to comment.