Skip to content

Commit

Permalink
chore(fix): fixed dpp-frontend path to the frontend workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 authored Apr 16, 2024
1 parent 754c97e commit b477b7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,7 @@ jobs:
npm install @microsoft/[email protected] --legacy-peer-deps
- name: Run ESLint
run: npx eslint .
continue-on-error: false
run: |
cd dpp-frontend
npx eslint .
continue-on-error: false
1 change: 0 additions & 1 deletion .github/workflows/publish-dpp-frontend-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
id: meta-for-dockerhub
uses: docker/metadata-action@v5
with:
context: dpp-frontend
images: |
${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }}
tags: |
Expand Down

0 comments on commit b477b7e

Please sign in to comment.