Skip to content

Commit

Permalink
fix: Update docker build command to push only the frontend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SverreNystad committed Oct 4, 2024
1 parent 21b3ea8 commit d9482ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
--platform ${{ matrix.platform }} \
-t ghcr.io/kartAI/ntnu-kpro-ai-assistant:${{ github.sha }} \
-t ghcr.io/kartAI/ntnu-kpro-ai-assistant:latest \
--push .
--push frontend/
- name: Clean up
run: docker builder prune -f

0 comments on commit d9482ed

Please sign in to comment.