Skip to content

Commit

Permalink
Fix docker build context
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Jun 30, 2024
1 parent b8269a8 commit 074f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v6
with:
context: .
context: ./docker/
pull: true
push: true
tags: |
Expand Down

0 comments on commit 074f2b8

Please sign in to comment.