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 2a32288 commit a53e49b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/app-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: APP (Vue)

on:
push:
branches: [master]
branches: [main]
paths:
- "web"
- ".github/workflows/app-vue.yml"
pull_request:
branches: [master]
branches: [main]
workflow_dispatch:
env:
IMAGE_NAME: cas-web
Expand All @@ -15,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
env:
CI: true
working-directory: ./web
# working-directory: ./web
codeCov-token: ${{ secrets.CodeCov }}

strategy:
Expand All @@ -34,7 +37,7 @@ jobs:
working-directory: ${{env.working-directory}}

- name: Docker Build Backend Image
working-directory: ${{env.WORKING_DIRECTORY}}
working-directory: ${{env.working-directory}}
run: |
docker build --tag web . --file web/Dockerfile
docker tag web artifacts.developer.gov.bc.ca/cac1-cas/${{ env.IMAGE_NAME }}:dev-${{ steps.short_sha.outputs.SHORT_SHA }}
Expand Down

0 comments on commit a53e49b

Please sign in to comment.