From 24a576f3e65ac9a2c4763ea4f0c7760a8559a82a Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Tue, 27 May 2025 17:26:27 +0200 Subject: [PATCH] Fixes --- .gitea/workflows/run_tests.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index 024b9fd23..5a296d23d 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -133,8 +133,12 @@ jobs: steps: - name: Merge Images and Push run: | - docker pull registry.thomas-peterson.de/php-fpm-prod:2.2-amd64 - docker pull registry.thomas-peterson.de/php-fpm-prod:2.2-arm64v8 + docker pull registry.thomas-peterson.de/printshopcreator/docker/php-fpm-prod:2.2-amd64 + docker pull registry.thomas-peterson.de/printshopcreator/docker/php-fpm-prod:2.2-arm64v8 + docker pull registry.thomas-peterson.de/printshopcreator/docker/php-cron-prod:2.2-amd64 + docker pull registry.thomas-peterson.de/printshopcreator/docker/php-cron-prod:2.2-arm64v8 + docker pull registry.thomas-peterson.de/printshopcreator/docker/web-prod:2.2-amd64 + docker pull registry.thomas-peterson.de/printshopcreator/docker/web-prod:2.2-arm64v8 docker manifest create registry.thomas-peterson.de/printshopcreator/docker/php-fpm-prod:2.2 --amend registry.thomas-peterson.de/printshopcreator/docker/php-fpm-prod:2.2-amd64 --amend registry.thomas-peterson.de/printshopcreator/docker/php-fpm-prod:2.2-arm64v8 docker manifest push registry.thomas-peterson.de/printshopcreator/docker/php-fpm-prod:2.2 docker manifest create registry.thomas-peterson.de/printshopcreator/docker/php-cron-prod:2.2 --amend registry.thomas-peterson.de/printshopcreator/docker/php-cron-prod:2.2-amd64 --amend registry.thomas-peterson.de/printshopcreator/docker/php-cron-prod:2.2-arm64v8