updated workflow
Some checks failed
Docker Build & Publish / Build Docker (push) Failing after 55s

This commit is contained in:
ChrQR 2024-05-11 01:11:41 +02:00
parent edd346763a
commit fe9599334f
2 changed files with 10 additions and 2 deletions

View File

@ -1 +0,0 @@
PLACES_API=AIzaSyBf1ip4XogdC6XmbfDhxS_RJDOSieycJpQ

View File

@ -8,8 +8,16 @@ jobs:
build:
name: Build Docker
runs-on: ubuntu-latest
steps:
- name: Make envfile
uses: SpicyPizza/create-envfile@v2.0
with:
envkey_PLACES_API: ${{ secrets.PLACES_API }}
some_other_variable: foobar
directory: ./
file_name: .env.production
fail_on_empty: false
sort_keys: false
- name: Check out repository code 🛎️
uses: actions/checkout@v4
@ -19,6 +27,7 @@ jobs:
- name: Login to Docker Hub 🚢
uses: docker/login-action@v3
with:
registry: gitea.rannes.dev
username: ${{ secrets.REGISTRY_USERNAME}}
password: ${{ secrets.RANNES_REGISTRY}}