Skip to content

Commit a2d1e4a

Browse files
committed
Add dockerfile param to CI workflow
1 parent bbdb817 commit a2d1e4a

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)