Skip to content

Commit 28882dd

Browse files
authored
Update publish-container-image-icr.yml
1 parent 2e93a08 commit 28882dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish-container-image-icr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
ICR_NAMESPACE: solution-tutorials
13-
ICR_REPOSITORY: tutorial-application-log-analysis
13+
ICR_REPOSITORY: tutorial-cloud-e2e-security
1414
steps:
1515
- name: Check out the repo
1616
uses: actions/checkout@v2
@@ -31,7 +31,8 @@ jobs:
3131
- name: Build and push image
3232
uses: docker/[email protected]
3333
with:
34-
context: .
34+
context: ./app
35+
file: ./app/Dockerfile
3536
push: true
3637
tags: ${{ steps.meta.outputs.tags }}
3738
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)