Skip to content

Commit f5640e2

Browse files
committed
GH action
1 parent 7e7765d commit f5640e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Build and push image
3232
uses: docker/build-push-action@v2.8.0
3333
with:
34-
context: ./app
35-
file: ./app/Dockerfile
34+
context: ./
35+
file: ./Dockerfile
3636
push: true
3737
tags: ${{ steps.meta.outputs.tags }}
3838
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)