We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbdb817 + a2d1e4a commit 7c4ce68Copy full SHA for 7c4ce68
.github/workflows/container-all-prod-providers.yml
@@ -18,7 +18,8 @@ jobs:
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
image-name: vmpooler
21
- build-context: ./docker/prod-all-providers
+ build-context: ./docker/prod-all-providers/
22
+ dockerfile: ./docker/prod-all-providers/Dockerfile
23
image-tag: ${{ github.event.inputs.tag }}-prod-all-providers
24
- name: Generate Release Body
25
env:
0 commit comments