Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#405 from eclipse-tractusx/fix/leg…
Browse files Browse the repository at this point in the history
…al-notice-url

fix(build-image-frontend): add environment variables for legal-notice
  • Loading branch information
tom-rm-meyer-ISST authored May 24, 2024
2 parents 297e5c9 + 1966ffb commit f6b6318
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-image-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ on:
env:
IMAGE_NAMESPACE: "tractusx"
IMAGE_NAME: "app-puris-frontend"
REF_NAME: "${{ github.ref_name }}"
# variables needed for scripts/legal-notice.sh
SERVER_URL: "${{ github.server_url }}"
REPOSITORY: "${{ github.repository }}"

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/assets/aboutPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"header": "Source URL",
"body": "Eclipse-Tractus-X",
"link": "SERVER_URL_PLACEHOLDER/REPOSITORY_PLACEHOLDER/blob/REF_PLACEHOLDER/"
"link": "SERVER_URL_PLACEHOLDER/REPOSITORY_PLACEHOLDER/tree/REF_PLACEHOLDER/"
},
{
"header": "Commit ID",
Expand Down

0 comments on commit f6b6318

Please sign in to comment.