Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8a22e63c9 | ||
|
|
e489f73f7c |
@@ -22,7 +22,7 @@ jobs:
|
|||||||
run: composer global require phing/phing
|
run: composer global require phing/phing
|
||||||
|
|
||||||
- name: Run composer
|
- 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
|
- name: Build tailwind
|
||||||
run: APP_ENV=build php bin/console tailwind:build
|
run: APP_ENV=build php bin/console tailwind:build
|
||||||
@@ -45,7 +45,7 @@ jobs:
|
|||||||
tag="${{ gitea.REF_NAME }}"
|
tag="${{ gitea.REF_NAME }}"
|
||||||
tmdb_api="${{ vars.TMDB_API }}"
|
tmdb_api="${{ vars.TMDB_API }}"
|
||||||
version=${tag:1}
|
version=${tag:1}
|
||||||
docker build -f docker/Dockerfile.app \
|
docker build --pull -f docker/Dockerfile.app \
|
||||||
-t code.caldwell.digital/home/torsearch-app:${version} \
|
-t code.caldwell.digital/home/torsearch-app:${version} \
|
||||||
-t code.caldwell.digital/home/torsearch-app:latest \
|
-t code.caldwell.digital/home/torsearch-app:latest \
|
||||||
--build-arg "APP_VERSION=${version}" \
|
--build-arg "APP_VERSION=${version}" \
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
tag="${{ gitea.REF_NAME }}"
|
tag="${{ gitea.REF_NAME }}"
|
||||||
tmdb_api="${{ vars.TMDB_API }}"
|
tmdb_api="${{ vars.TMDB_API }}"
|
||||||
version=${tag:1}
|
version=${tag:1}
|
||||||
docker build -f docker/Dockerfile.worker \
|
docker build --pull -f docker/Dockerfile.worker \
|
||||||
-t code.caldwell.digital/home/torsearch-worker:${version} \
|
-t code.caldwell.digital/home/torsearch-worker:${version} \
|
||||||
-t code.caldwell.digital/home/torsearch-worker:latest \
|
-t code.caldwell.digital/home/torsearch-worker:latest \
|
||||||
--build-arg "APP_VERSION=${version}" \
|
--build-arg "APP_VERSION=${version}" \
|
||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
tag="${{ gitea.REF_NAME }}"
|
tag="${{ gitea.REF_NAME }}"
|
||||||
tmdb_api="${{ vars.TMDB_API }}"
|
tmdb_api="${{ vars.TMDB_API }}"
|
||||||
version=${tag:1}
|
version=${tag:1}
|
||||||
docker build -f docker/Dockerfile.scheduler \
|
docker build --pull -f docker/Dockerfile.scheduler \
|
||||||
-t code.caldwell.digital/home/torsearch-scheduler:${version} \
|
-t code.caldwell.digital/home/torsearch-scheduler:${version} \
|
||||||
-t code.caldwell.digital/home/torsearch-scheduler:latest \
|
-t code.caldwell.digital/home/torsearch-scheduler:latest \
|
||||||
--build-arg "APP_VERSION=${version}" \
|
--build-arg "APP_VERSION=${version}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user