Skip to content

Commit

Permalink
Update publish-container-image-icr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Feb 1, 2022
1 parent 2e93a08 commit 28882dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-container-image-icr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
ICR_NAMESPACE: solution-tutorials
ICR_REPOSITORY: tutorial-application-log-analysis
ICR_REPOSITORY: tutorial-cloud-e2e-security
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand All @@ -31,7 +31,8 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v2.8.0
with:
context: .
context: ./app
file: ./app/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 28882dd

Please sign in to comment.