Skip to content

Commit

Permalink
change image names for non-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitrydd committed Feb 3, 2025
1 parent 977c1a4 commit 85bc5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
values-file: values.dev.yaml
# TODO: After migrating prod environment we can use the same image name for prod and non-prod
image-name: ui-nonprod
image-name: ui-dev
git-version-mode: ''
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
with:
values-file: values.qa.yaml
# TODO: After migrating prod environment we can use the same image name for prod and non-prod
image-name: ui-nonprod
image-name: ui-qa
git-version-mode: ''

0 comments on commit 85bc5a5

Please sign in to comment.