Skip to content

Commit

Permalink
ci: default context should be src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
iPromKnight committed Jan 4, 2025
1 parent 42cc38f commit 569d39c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- name: Push Service Image to repo
uses: docker/build-push-action@v5
with:
context: src
file: ./Dockerfile
context: "{{defaultContext}}:src"
push: true
provenance: mode=max
tags: ${{ steps.docker-metadata.outputs.tags }}
Expand Down

0 comments on commit 569d39c

Please sign in to comment.