Skip to content

Commit

Permalink
added working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jjstratton committed May 13, 2024
1 parent 1facbf5 commit 8ed2e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend-automation-tests-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
password: ${{ secrets.OPENSHIFT4_SA_PASSWORD_GOLDDR }}

- name: Docker Build Frontend Image
working-directory: ${{env.WORKING_DIRECTORY}}
run: |
docker build -t ${{ secrets.OPENSHIFT4_REGISTRY }}/${{ secrets.LICENSE_PLATE }}-tools/${{env.IMAGE_NAME}}:dev .
Expand Down

0 comments on commit 8ed2e01

Please sign in to comment.