Skip to content

Commit 7c4ce68

Browse files
authored
Merge pull request #16 from puppetlabs/fix-build-process
Add dockerfile param to CI workflow
2 parents bbdb817 + a2d1e4a commit 7c4ce68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/container-all-prod-providers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
image-name: vmpooler
21-
build-context: ./docker/prod-all-providers
21+
build-context: ./docker/prod-all-providers/
22+
dockerfile: ./docker/prod-all-providers/Dockerfile
2223
image-tag: ${{ github.event.inputs.tag }}-prod-all-providers
2324
- name: Generate Release Body
2425
env:

0 commit comments

Comments
 (0)