Skip to content

Commit

Permalink
Update app-vue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylorBCGov2 committed Apr 22, 2024
1 parent 9a40efe commit 4e80424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Docker Build Backend Image
working-directory: ${{env.working-directory}}
run: |
docker build --tag web . --file web/Dockerfile
docker build --tag web . --file Dockerfile
docker tag web artifacts.developer.gov.bc.ca/cac1-cas/${{ env.IMAGE_NAME }}:dev-${{ steps.short_sha.outputs.SHORT_SHA }}
- name: Docker Push to Artifactory
Expand Down

0 comments on commit 4e80424

Please sign in to comment.