Skip to content

Commit

Permalink
fix: wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Nov 11, 2024
1 parent 059cf3d commit 01486c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GHCR_PAT }}

- name: Go Back to main Code Directory
working-directory: ../..
run: |
echo "Navigating to main directory..."
pwd
ls
- name: Build and Push Docker Image
uses: docker/build-push-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions services/web-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 01486c2

Please sign in to comment.