mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
reinstate used github secrets
This commit is contained in:
parent
9a9ea9fbaa
commit
6dbb8149fd
1 changed files with 8 additions and 2 deletions
10
.github/workflows/_build_image.yml
vendored
10
.github/workflows/_build_image.yml
vendored
|
|
@ -32,7 +32,13 @@ on:
|
||||||
required: true
|
required: true
|
||||||
AWS_REGION:
|
AWS_REGION:
|
||||||
required: true
|
required: true
|
||||||
|
DEV_DB_HOST:
|
||||||
|
required: false
|
||||||
|
DEV_DB_PORT:
|
||||||
|
required: false
|
||||||
|
DEV_DB_NAME:
|
||||||
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
@ -81,7 +87,7 @@ jobs:
|
||||||
temp=$(eval echo "$line")
|
temp=$(eval echo "$line")
|
||||||
BUILD_ARGS="$BUILD_ARGS --build-arg $temp"
|
BUILD_ARGS="$BUILD_ARGS --build-arg $temp"
|
||||||
done <<< "${{ inputs.build_args }}"
|
done <<< "${{ inputs.build_args }}"
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
-f ${{ inputs.dockerfile_path }} \
|
-f ${{ inputs.dockerfile_path }} \
|
||||||
$BUILD_ARGS \
|
$BUILD_ARGS \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue