move the session secret to GH secret

This commit is contained in:
Chris Kruining 2025-03-05 16:04:01 +01:00
parent a7668a6c55
commit 0f57519291
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@ jobs:
- name: Build container images
run: |
echo 'SESSION_SECRET=${{ secrets.SESSION_PASSWORD }}' > .env
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:${{needs.versionize.outputs.semver}}
docker build . --file Dockerfile --tag ${{ secrets.ACR_LOGIN_SERVER }}/$IMAGE_NAME:latest