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 86a4e2f commit 7b1a80d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/app-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
- run: npm run build --if-present --tag web
working-directory: ${{env.working-directory}}

- name: Login to Artifactory
uses: docker/login-action@v1
with:
registry: artifacts.developer.gov.bc.ca
username: ${{ secrets.CAS_ARTIFACTORY_USERNAME }}
password: ${{ secrets.CAS_ARTIFACTORY_PASSWORD }}

# Get SHORT_SHA to tag images
- name: Get short SHA
id: short_sha
Expand Down

0 comments on commit 7b1a80d

Please sign in to comment.