4 Commits

Author SHA1 Message Date
1f7f4c665d Fix composer version
Some checks failed
Push image to registry / build-image (push) Failing after 44s
2025-06-30 16:24:09 +02:00
44d7d52f23 fix composer version 2025-06-30 16:23:47 +02:00
25b5b1be27 Merge branch 'jobs/instagram-repost/ai-description'
Some checks failed
Push image to registry / build-image (push) Failing after 1m23s
2025-06-30 16:14:57 +02:00
7054597696 Fix non downloaded videos
All checks were successful
Push image to registry / build-image (push) Successful in 4m56s
2025-06-09 18:30:38 +02:00
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# INSTALL PHP COMPOSER DEPENDENCIES
FROM composer:lts AS composer-deps
FROM composer:2.7.9 AS composer-deps
WORKDIR /

View File

@ -185,6 +185,10 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
$reel = $infos[0];
$videoInfo = $infos[1];
if ($videoInfo === null) {
continue; // Skip this reel if it failed to download
}
$repostSuccess = false;
do {
$repostSuccess = $this->repostReel($browser, $reel, $videoInfo);

View File

@ -39,8 +39,8 @@ services:
undetected-chromedriver:
build:
context: .
dockerfile: undetectedChromedriver/seleniumChromedriverDockerfile
context: ./undetectedChromedriver
dockerfile: seleniumChromedriverDockerfile
restart: unless-stopped
volumes:
- /tmp:/tmp