Skip to content

Commit

Permalink
Fix dockerfile path.
Browse files Browse the repository at this point in the history
  • Loading branch information
DvDty committed Jan 27, 2024
1 parent d4ee4ae commit 984f5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: docker/build-push-action@v5
id: build
with:
context: ./application/Dockerfile
context: ./Dockerfile
load: true

- name: Scan image
Expand Down

0 comments on commit 984f5e5

Please sign in to comment.