generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Display Docker image tag in app Footer to help identify deploye…
…d changes (#1045) Close #1044 Note: Generation of the `DOCKER_TAG` build-arg is built into the SBL CLI ## Changes - Displays the provided "version" tag at the bottom of each page ## How to test this PR 1. Include the desired display tag in your Docker `build` command: `--build-arg DOCKER_TAG=1044-show-tag` 2. Verify it is displayed at the bottom of the page ## Screenshots <img width="1244" alt="Screenshot 2024-11-04 at 1 37 32 PM" src="https://github.com/user-attachments/assets/e8445b71-829d-419a-824d-17e91e701de4">
- Loading branch information
Showing
3 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"version": "LocalHost" | ||
} |