Skip to content

Commit e8ba8d7

Browse files
committed
Add dockerfile-path parameter to build step in CD workflow
1 parent 5caa3cb commit e8ba8d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
latest: ${{ github.ref == 'refs/heads/main' }}
4747
github-token: ${{ secrets.GITHUB_TOKEN }}
4848
docker-image-name: ${{ vars.DOCKER_IMAGE_NAME }}
49+
dockerfile-path: ./Dockerfile
4950
wiz-client-id: ${{ secrets.WIZ_CLIENT_ID }}
5051
wiz-client-secret: ${{ secrets.WIZ_CLIENT_SECRET }}
5152
wiz-project-id: ${{ secrets.WIZ_PROJECT_DIGITALSERVICES }}

0 commit comments

Comments
 (0)