Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed May 16, 2024
1 parent 67c68c0 commit 0ea4cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
VITE_MODE: development
run: |
. $(werf ci-env github --as-file)
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --set-parameter viteMode=${{ env.VITE_MODE }}
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --values viteMode=${{ env.VITE_MODE }}
2 changes: 1 addition & 1 deletion .github/workflows/actions_onlymain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
VITE_MODE: staging
run: |
. $(werf ci-env github --as-file)
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --set-parameter viteMode=${{ env.VITE_MODE }}
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --values viteMode=${{ env.VITE_MODE }}
# deploy:
# name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
VITE_MODE: production
run: |
. $(werf ci-env github --as-file)
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME --set-parameter viteMode=${{ env.VITE_MODE }}
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME --values viteMode=${{ env.VITE_MODE }}
# deploy:
# name: Deploy
Expand Down

0 comments on commit 0ea4cc8

Please sign in to comment.