Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperiP authored Nov 23, 2023
1 parent 623ea96 commit b626770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build Docker image
if: github.event_name == 'push' && github.ref == 'refs/heads/main' # Change the branch name here
run: |
docker build -f apps/backend/Dockerfile . -t kassq/karhuanticheatweb:latest --no-cache
docker build -f Dockerfile . -t kassq/karhuanticheatweb:latest --no-cache
docker images
- name: Log in to Docker Hub
if: github.event_name == 'push' && github.ref == 'refs/heads/main' # Change the branch name here
Expand Down

0 comments on commit b626770

Please sign in to comment.