Fixes
This commit is contained in:
parent
9072600efa
commit
52a0ccccaf
@ -135,5 +135,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker pull registry.thomas-peterson.de/php-fpm-prod:2.2-amd64
|
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/php-fpm-prod:2.2-arm64v8
|
||||||
docker manifest create registry.thomas-peterson.de/php-fpm-prod:2.2 --amend registry.thomas-peterson.de/php-fpm-prod:2.2-amd64 --amend 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/php-fpm-prod:2.2
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user