Skip to content

Commit

Permalink
fix(global): wrong dockerfile chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 22, 2024
1 parent 4e825a7 commit fee1e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Push admin
uses: docker/build-push-action@v6
with:
context: apps/backend
context: apps/admin
push: true
tags: staging.dashhub.ai/dashhub-admin:latest
platforms: ${{ env.TARGET_PLATFORMS }}
Expand Down

0 comments on commit fee1e73

Please sign in to comment.