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 af8bd2d commit 0473be7
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 @@ -30,6 +30,13 @@ jobs:
- run: npm run build --if-present --tag web
working-directory: ${{env.working-directory}}

# Get SHORT_SHA to tag images
- name: Get short SHA
id: short_sha
run: |
echo "::set-output name=SHORT_SHA::$(git rev-parse --short HEAD)"
echo "Short SHA: $SHORT_SHA"
- name: Docker Build Backend Image
working-directory: ${{env.working-directory}}
run: |
Expand Down

0 comments on commit 0473be7

Please sign in to comment.