Skip to content

Commit

Permalink
Merge pull request #2 from federated-wiki/fix/build-context-ref
Browse files Browse the repository at this point in the history
fix(ci): use locally checked out build context
  • Loading branch information
almereyda committed Nov 25, 2023
2 parents a7860e4 + 08b2195 commit 96e9b8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ on:
required: false
type: string
context:
description: "Optional build context, defaults to ./ in the checkout root"
description: "Optional build context, defaults to the ref that triggered the run, and not ./ in the checkout root"
required: false
type: string
default: .
file:
description: "Optional path to a Dockerfile to build, relative to the build context"
required: false
Expand Down

0 comments on commit 96e9b8e

Please sign in to comment.