mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
changes to try and get it to work
This commit is contained in:
parent
ee2eba11e5
commit
216f32709f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/_build_image.yml
vendored
4
.github/workflows/_build_image.yml
vendored
|
|
@ -75,8 +75,8 @@ jobs:
|
|||
while IFS= read -r line; do
|
||||
# skip empty lines
|
||||
[ -n "$line" ] || continue
|
||||
line=$(eval echo "$line")
|
||||
BUILD_ARGS="$BUILD_ARGS --build-arg $line"
|
||||
temp=$(eval echo "$line")
|
||||
BUILD_ARGS="$BUILD_ARGS --build-arg $temp"
|
||||
done <<< "${{ inputs.build_args }}"
|
||||
|
||||
docker build \
|
||||
|
|
|
|||
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
build_context: .
|
||||
build_args: |
|
||||
JUNTE=best
|
||||
DEV_DB_HOST=\${DEV_DB_HOST}
|
||||
DEV_DB_HOST=\$DEV_DB_HOST
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue