Skip to content

Commit

Permalink
Merge pull request #1939 from opengovern/ui-changes
Browse files Browse the repository at this point in the history
fix: wokflow
  • Loading branch information
mohamadch91 authored Nov 11, 2024
2 parents 059cf3d + 01486c2 commit d2a1c4e
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 d2a1c4e

Please sign in to comment.