Merge pull request #16721 from Bonial-International-GmbH/pjungermann/uffizzi-techdocs

feat: add documented component to uffizzi environment
This commit is contained in:
Fredrik Adelöw
2023-05-16 16:49:13 +02:00
committed by GitHub
11 changed files with 237 additions and 7 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
BACKSTAGE_IMAGE=$(echo ${{ needs.build-backstage.outputs.tags }})
export BACKSTAGE_IMAGE
# Render simple template from environment variables.
envsubst '$BACKSTAGE_IMAGE' < .github/uffizzi/docker-compose.uffizzi.yml > docker-compose.rendered.yml
envsubst '$BACKSTAGE_IMAGE $GITHUB_SHA' < .github/uffizzi/docker-compose.uffizzi.yml > docker-compose.rendered.yml
cat docker-compose.rendered.yml
- name: Upload Rendered Compose File as Artifact
uses: actions/upload-artifact@v3