Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Successful in 8m15s
Gitea Actions / Run-Tests-On-Amd64 (push) Successful in 24m1s
Gitea Actions / Merge (push) Failing after 1s

This commit is contained in:
Thomas Peterson 2025-05-27 15:23:51 +02:00
parent 52a0ccccaf
commit 5b889c2d38

View File

@ -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