Merge pull request #16 from puppetlabs/fix-build-process

Add dockerfile param to CI workflow
This commit is contained in:
Gene Liverman 2021-12-09 11:06:19 -05:00 committed by GitHub
commit 7c4ce6842e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: