Skip to content

Commit

Permalink
Merge pull request #16 from puppetlabs/fix-build-process
Browse files Browse the repository at this point in the history
Add dockerfile param to CI workflow
  • Loading branch information
genebean authored Dec 9, 2021
2 parents bbdb817 + a2d1e4a commit 7c4ce68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/container-all-prod-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: vmpooler
build-context: ./docker/prod-all-providers
build-context: ./docker/prod-all-providers/
dockerfile: ./docker/prod-all-providers/Dockerfile
image-tag: ${{ github.event.inputs.tag }}-prod-all-providers
- name: Generate Release Body
env:
Expand Down

0 comments on commit 7c4ce68

Please sign in to comment.