mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 03:28:41 -05:00
Add dockerfile param to CI workflow
This commit is contained in:
parent
bbdb817ae9
commit
a2d1e4a608
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue