Fixes
This commit is contained in:
parent
5b889c2d38
commit
24a576f3e6
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user