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.
1 parent bbdb817 commit a2d1e4aCopy full SHA for a2d1e4a
.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