workflow indentation
All checks were successful
Docker Build & Publish / Build Docker (push) Successful in 1m6s

This commit is contained in:
ChrQR 2024-05-18 00:43:51 +02:00
parent cdb1273ab8
commit 39c424cde6

View File

@ -16,14 +16,14 @@ jobs:
with: with:
node-version: 20 node-version: 20
- name: Make envfile - name: Make envfile
uses: SpicyPizza/create-envfile@v2.0 uses: SpicyPizza/create-envfile@v2.0
with: with:
envkey_DEBUG: false envkey_DEBUG: false
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
sort_keys: false sort_keys: false
- name: Set up Docker Buildx 🚀 - name: Set up Docker Buildx 🚀
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
with: with: