Skip to content

Commit

Permalink
ci: Test adapted GH action workflow, INPRO-2035
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelstrg committed Jan 17, 2024
1 parent a28ecc5 commit c024409
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 c024409

Please sign in to comment.