Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
minisbett committed Nov 18, 2023
1 parent 1b36d2c commit 7af018e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Build the Docker image
working-directory: huisbot
working-directory: .
run: docker build . -t ${{ secrets.DOCKERHUB_USERNAME }}/huisbot:latest

- name: Log into Docker Hub
Expand Down

0 comments on commit 7af018e

Please sign in to comment.