This commit is contained in:
parent
edd346763a
commit
fe9599334f
@ -1 +0,0 @@
|
|||||||
PLACES_API=AIzaSyBf1ip4XogdC6XmbfDhxS_RJDOSieycJpQ
|
|
@ -8,8 +8,16 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build Docker
|
name: Build Docker
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
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 🛎️
|
- name: Check out repository code 🛎️
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -19,6 +27,7 @@ jobs:
|
|||||||
- name: Login to Docker Hub 🚢
|
- name: Login to Docker Hub 🚢
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
registry: gitea.rannes.dev
|
||||||
username: ${{ secrets.REGISTRY_USERNAME}}
|
username: ${{ secrets.REGISTRY_USERNAME}}
|
||||||
password: ${{ secrets.RANNES_REGISTRY}}
|
password: ${{ secrets.RANNES_REGISTRY}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user