Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend environment tag, Storybook update, Fixes after code review, Merge pull requests for Docker enhancements #473

Merged
merged 5 commits into from
Mar 13, 2024

Conversation

pmbinapps
Copy link

[#453] Storybook update

[#453] Fixes after CR
Introduce frontend image build environment tag …
Merge pull request #468 from IntersectMBO/hotfix/466-enhancing-docker… …
Merge pull request #454 from IntersectMBO/453-storybook-update-part-1 …

JanJaroszczak and others added 5 commits March 12, 2024 14:09
To ensure frontend image builds can distinguish between different
environments, an additional distinction based on the environment tag has
been introduced. This change was necessary as the commit altering the
frontend module alone was insufficient. By adding an environment tag to
the image tag name, applications with the same version can now be
uniquely identified across various environments.

Changes Made:
- Modified the Makefile in the govtool/frontend directory to introduce
  an environment tag to the image tag name used in frontend image
  builds. The new tag is generated by appending the environment variable
  to the commit hash obtained from the git log command, ensuring each
  build is uniquely identified per environment.
…-compose-stack-for-proper-frontend-image-tagging

[#466] Enhancing Docker Compose stack for proper frontend image tagging
@pmbinapps pmbinapps merged commit bb1bc51 into test Mar 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants