We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b15782 commit a6ffdf9Copy full SHA for a6ffdf9
.github/workflows/containers.yaml
@@ -27,6 +27,6 @@ jobs:
27
- name: Build and push frontend
28
uses: docker/build-push-action@v5
29
with:
30
- context: ./packages/frontend
+ context: ./packages/dashboard
31
push: true
32
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/frontend:latest
0 commit comments