Skip to content

Commit 569d39c

Browse files
committed
ci: default context should be src folder
1 parent 42cc38f commit 569d39c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
- name: Push Service Image to repo
5252
uses: docker/build-push-action@v5
5353
with:
54-
context: src
55-
file: ./Dockerfile
54+
context: "{{defaultContext}}:src"
5655
push: true
5756
provenance: mode=max
5857
tags: ${{ steps.docker-metadata.outputs.tags }}

0 commit comments

Comments
 (0)