Skip to content

Commit 165e0ce

Browse files
Update .github/workflows/job-docker-build.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7ea4359 commit 165e0ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/job-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
env:
6464
DOCKER_BUILD_SUMMARY: false
6565
with:
66-
context: ./content-gen/src
67-
file: ./content-gen/src/WebApp.Dockerfile
66+
context: ./content-gen/src/app
67+
file: ./content-gen/src/app/WebApp.Dockerfile
6868
push: true
6969
tags: |
7070
${{ secrets.ACR_TEST_LOGIN_SERVER }}/webapp:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}

0 commit comments

Comments
 (0)