Add dockerfile param to CI workflow

This commit is contained in:
Gene Liverman 2021-12-09 11:03:48 -05:00
parent bbdb817ae9
commit a2d1e4a608
No known key found for this signature in database
GPG key ID: 3AF83985B6C857C6

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: