Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e489f73f7c | ||
|
|
554b7774f6 |
@@ -22,7 +22,7 @@ jobs:
|
||||
run: composer global require phing/phing
|
||||
|
||||
- name: Run composer
|
||||
run: composer install --no-dev --no-scripts -o
|
||||
run: composer install --no-dev --no-scripts --ignore-platform-reqs -o
|
||||
|
||||
- name: Build tailwind
|
||||
run: APP_ENV=build php bin/console tailwind:build
|
||||
|
||||
@@ -15,6 +15,7 @@ FROM code.caldwell.digital/home/torsearch-app:${APP_VERSION} AS app_image
|
||||
FROM code.caldwell.digital/home/torsearch-base-worker-supervisord:latest
|
||||
|
||||
# Set the APP_VERSION in the image
|
||||
ARG APP_VERSION="latest"
|
||||
ENV APP_VERSION=${APP_VERSION}
|
||||
|
||||
ARG TMDB_API=""
|
||||
|
||||
@@ -15,6 +15,7 @@ FROM code.caldwell.digital/home/torsearch-app:${APP_VERSION} AS app_image
|
||||
FROM code.caldwell.digital/home/torsearch-base-worker-supervisord:latest
|
||||
|
||||
# Set the APP_VERSION in the image
|
||||
ARG APP_VERSION="latest"
|
||||
ENV APP_VERSION=${APP_VERSION}
|
||||
|
||||
ARG TMDB_API=""
|
||||
|
||||
Reference in New Issue
Block a user