Skip to content

Commit a6ffdf9

Browse files
committed
Fix workflow.
1 parent 3b15782 commit a6ffdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Build and push frontend
2828
uses: docker/build-push-action@v5
2929
with:
30-
context: ./packages/frontend
30+
context: ./packages/dashboard
3131
push: true
3232
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/frontend:latest

0 commit comments

Comments
 (0)