Skip to content

Commit

Permalink
chore/fix: add push to job (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 authored Dec 4, 2023
1 parent f0b6dca commit e281f91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/s')
with:
context: .
push: true
tags: hicsail/cycm-ionic:staging
build-args: |
VITE_ELEVEN_LABS_API_KEY=${{ secrets.VITE_ELEVEN_LABS_API_KEY }}
Expand All @@ -77,6 +78,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
with:
context: .
push: true
tags: hicsail/cycm-ionic:prod
build-args: |
VITE_ELEVEN_LABS_API_KEY=${{ secrets.VITE_ELEVEN_LABS_API_KEY_PROD }}
Expand Down

0 comments on commit e281f91

Please sign in to comment.