Skip to content

Commit

Permalink
remove env from workflow file temp.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed May 16, 2024
1 parent 3a2f42a commit 58bce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions_onlymain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo $GITHUB_SHA
- name: Run Build
env: # Or as an environment variable
VITE_MODE: 'staging'
# VITE_MODE: 'staging'
run: |
. $(werf ci-env github --as-file)
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA
Expand Down

0 comments on commit 58bce56

Please sign in to comment.