Skip to content

Commit

Permalink
update docker build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkbu-kennycheng committed Oct 31, 2024
1 parent 55e7e71 commit 4b04e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
with:
push: true
tags: ${{ secrets.KENNYSDOCKER_REGISTRY }}/comp3047-fall2024/vue:${{ github.event.repository.name }}
env:
EXPRESS_REPO: ${{ secrets.COMP3047_FALL2024_EXPRESS_REPO }}${{ github.actor }}
build-args: |
EXPRESS_REPO=${{ secrets.COMP3047_FALL2024_EXPRESS_REPO }}${{ github.actor }}

0 comments on commit 4b04e7d

Please sign in to comment.