Skip to content

Commit

Permalink
workflow ci: set context to techtrends sub dir
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyshay committed Jul 15, 2024
1 parent c8a6601 commit e630f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/techtrends-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v4
with:
context: ./
context: ./techtrends
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/techtrends:latest
Expand Down

0 comments on commit e630f72

Please sign in to comment.