Skip to content

Commit

Permalink
Updated working dir dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RichGriff committed May 16, 2024
1 parent 603c56b commit 5eb7fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
docker push turingassuranceplatform/eap_frontend:main
- name: "Build develop"
if: ${{ github.ref == 'refs/heads/develop' }}
working-directory: frontend
working-directory: next_frontend
run: |
docker build -t turingassuranceplatform/eap_frontend:develop -f Dockerfile .
docker push turingassuranceplatform/eap_frontend:develop

0 comments on commit 5eb7fbe

Please sign in to comment.