Skip to content

Commit

Permalink
GH action
Browse files Browse the repository at this point in the history
data-henrik committed Jul 5, 2022
1 parent 7e7765d commit f5640e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container-image-icr.yml
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@ jobs:
- name: Build and push image
uses: docker/[email protected]
with:
context: ./app
file: ./app/Dockerfile
context: ./
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f5640e2

Please sign in to comment.