From 5b889c2d386dd170707a8749e578d73270adff03 Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Tue, 27 May 2025 15:23:51 +0200 Subject: [PATCH] Fixes --- .gitea/workflows/run_tests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/run_tests.yaml b/.gitea/workflows/run_tests.yaml index 7dd783f7a..024b9fd23 100644 --- a/.gitea/workflows/run_tests.yaml +++ b/.gitea/workflows/run_tests.yaml @@ -135,9 +135,9 @@ jobs: 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 manifest create registry.thomas-peterson.de/printshopcreator/php-fpm-prod:2.2 --amend registry.thomas-peterson.de/printshopcreator/php-fpm-prod:2.2-amd64 --amend registry.thomas-peterson.de/printshopcreator/php-fpm-prod:2.2-arm64v8 - docker manifest push registry.thomas-peterson.de/printshopcreator/php-fpm-prod:2.2 - docker manifest create registry.thomas-peterson.de/printshopcreator/php-cron-prod:2.2 --amend registry.thomas-peterson.de/printshopcreator/php-cron-prod:2.2-amd64 --amend registry.thomas-peterson.de/printshopcreator/php-cron-prod:2.2-arm64v8 - docker manifest push registry.thomas-peterson.de/printshopcreator/php-cron-prod:2.2 - docker manifest create registry.thomas-peterson.de/printshopcreator/web-prod:2.2 --amend registry.thomas-peterson.de/printshopcreator/web-prod:2.2-amd64 --amend registry.thomas-peterson.de/printshopcreator/web-prod:2.2-arm64v8 - docker manifest push registry.thomas-peterson.de/printshopcreator/web-prod:2.2 + 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 + docker manifest push registry.thomas-peterson.de/printshopcreator/docker/php-cron-prod:2.2 + docker manifest create registry.thomas-peterson.de/printshopcreator/docker/web-prod:2.2 --amend registry.thomas-peterson.de/printshopcreator/docker/web-prod:2.2-amd64 --amend registry.thomas-peterson.de/printshopcreator/docker/web-prod:2.2-arm64v8 + docker manifest push registry.thomas-peterson.de/printshopcreator/docker/web-prod:2.2