now i get it.
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m6s

This commit is contained in:
ChrQR 2024-05-18 00:50:29 +02:00
parent 6b7b21b6ca
commit 9b3a98b2ad

View File

@ -30,8 +30,7 @@ jobs:
- name: Make envfile - name: Make envfile
uses: SpicyPizza/create-envfile@v2.0 uses: SpicyPizza/create-envfile@v2.0
with: with:
envkey_DEBUG: false envkey_PLACES_API: ${{ secrets.PLACES_API }}
PLACES_API: ${{ secrets.PLACES_API }}
directory: . directory: .
file_name: .env.production file_name: .env.production
fail_on_empty: false fail_on_empty: false