Skip to content

Commit

Permalink
Remove --dev flag from werf command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvarko authored Nov 15, 2024
1 parent 45b9859 commit f202e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Build
run: |
. $(werf ci-env github --as-file)
werf export web --tag ghcr.io/morpheusais/dashboard:$GITHUB_SHA --dev
werf export web --tag ghcr.io/morpheusais/dashboard:$GITHUB_SHA
deploy:
name: Deploy
Expand Down

0 comments on commit f202e5a

Please sign in to comment.