mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
Merge pull request #16 from puppetlabs/fix-build-process
Add dockerfile param to CI workflow
This commit is contained in:
commit
7c4ce6842e
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
image-name: vmpooler
|
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
|
image-tag: ${{ github.event.inputs.tag }}-prod-all-providers
|
||||||
- name: Generate Release Body
|
- name: Generate Release Body
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue