ci: reorder tag pushes
Build Container Image / build_arm64 (push) Successful in 37s Details
Build Container Image / build_amd64 (push) Successful in 40s Details
Build Container Image / build_riscv64 (push) Successful in 49s Details
Build Container Image / build_i386 (push) Successful in 37s Details
Build Container Image / build_armhf (push) Successful in 1m23s Details
Build Container Image / push_amd64 (push) Successful in 11s Details
Build Container Image / push_i386 (push) Successful in 10s Details
Build Container Image / push_arm64 (push) Successful in 10s Details
Build Container Image / push_armhf (push) Successful in 9s Details
Build Container Image / push_riscv64 (push) Successful in 9s Details
Build Container Image / build (push) Successful in 1m13s Details
Build Container Image / push (push) Successful in 1m38s Details
Build Container Image / update_readme (push) Successful in 6s Details

This commit is contained in:
Daniel Wolf 2024-03-28 19:52:07 -04:00
parent 2f4eafca21
commit ee11dbbd32
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 4 additions and 4 deletions

View File

@ -343,14 +343,14 @@ jobs:
password: ${{ secrets.PACKAGER_TOKEN }}
- name: Docker Manifest
run: |
docker manifest create code.nephatrine.net/nephnet/nginx-ssl:latest --amend code.nephatrine.net/nephnet/amd64:nginx-ssl --amend code.nephatrine.net/nephnet/i386:nginx-ssl --amend code.nephatrine.net/nephnet/arm64:nginx-ssl --amend code.nephatrine.net/nephnet/armv7:nginx-ssl --amend code.nephatrine.net/nephnet/riscv64:nginx-ssl
docker manifest create code.nephatrine.net/nephnet/nginx-ssl:1.25.4 --amend code.nephatrine.net/nephnet/amd64:nginx-ssl --amend code.nephatrine.net/nephnet/i386:nginx-ssl --amend code.nephatrine.net/nephnet/arm64:nginx-ssl --amend code.nephatrine.net/nephnet/armv7:nginx-ssl --amend code.nephatrine.net/nephnet/riscv64:nginx-ssl
docker manifest create code.nephatrine.net/nephnet/nginx-ssl:1.25 --amend code.nephatrine.net/nephnet/amd64:nginx-ssl --amend code.nephatrine.net/nephnet/i386:nginx-ssl --amend code.nephatrine.net/nephnet/arm64:nginx-ssl --amend code.nephatrine.net/nephnet/armv7:nginx-ssl --amend code.nephatrine.net/nephnet/riscv64:nginx-ssl
docker manifest create code.nephatrine.net/nephnet/nginx-ssl:1 --amend code.nephatrine.net/nephnet/amd64:nginx-ssl --amend code.nephatrine.net/nephnet/i386:nginx-ssl --amend code.nephatrine.net/nephnet/arm64:nginx-ssl --amend code.nephatrine.net/nephnet/armv7:nginx-ssl --amend code.nephatrine.net/nephnet/riscv64:nginx-ssl
docker manifest push --purge code.nephatrine.net/nephnet/nginx-ssl:latest
docker manifest create code.nephatrine.net/nephnet/nginx-ssl:latest --amend code.nephatrine.net/nephnet/amd64:nginx-ssl --amend code.nephatrine.net/nephnet/i386:nginx-ssl --amend code.nephatrine.net/nephnet/arm64:nginx-ssl --amend code.nephatrine.net/nephnet/armv7:nginx-ssl --amend code.nephatrine.net/nephnet/riscv64:nginx-ssl
docker manifest push --purge code.nephatrine.net/nephnet/nginx-ssl:1.25.4
docker manifest push --purge code.nephatrine.net/nephnet/nginx-ssl:1.25
docker manifest push --purge code.nephatrine.net/nephnet/nginx-ssl:1
docker manifest push --purge code.nephatrine.net/nephnet/nginx-ssl:latest
- name: Notify Discord
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
@ -369,14 +369,14 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}
- name: Docker Manifest
run: |
docker manifest create nephatrine/nginx-ssl:latest --amend nephatrine/amd64:nginx-ssl --amend nephatrine/ia32:nginx-ssl --amend nephatrine/arm64:nginx-ssl --amend nephatrine/armv7:nginx-ssl --amend nephatrine/riscv64:nginx-ssl
docker manifest create nephatrine/nginx-ssl:1.25.4 --amend nephatrine/amd64:nginx-ssl --amend nephatrine/ia32:nginx-ssl --amend nephatrine/arm64:nginx-ssl --amend nephatrine/armv7:nginx-ssl --amend nephatrine/riscv64:nginx-ssl
docker manifest create nephatrine/nginx-ssl:1.25 --amend nephatrine/amd64:nginx-ssl --amend nephatrine/ia32:nginx-ssl --amend nephatrine/arm64:nginx-ssl --amend nephatrine/armv7:nginx-ssl --amend nephatrine/riscv64:nginx-ssl
docker manifest create nephatrine/nginx-ssl:1 --amend nephatrine/amd64:nginx-ssl --amend nephatrine/ia32:nginx-ssl --amend nephatrine/arm64:nginx-ssl --amend nephatrine/armv7:nginx-ssl --amend nephatrine/riscv64:nginx-ssl
docker manifest push --purge nephatrine/nginx-ssl:latest
docker manifest create nephatrine/nginx-ssl:latest --amend nephatrine/amd64:nginx-ssl --amend nephatrine/ia32:nginx-ssl --amend nephatrine/arm64:nginx-ssl --amend nephatrine/armv7:nginx-ssl --amend nephatrine/riscv64:nginx-ssl
docker manifest push --purge nephatrine/nginx-ssl:1.25.4
docker manifest push --purge nephatrine/nginx-ssl:1.25
docker manifest push --purge nephatrine/nginx-ssl:1
docker manifest push --purge nephatrine/nginx-ssl:latest
- name: Notify Discord
if: gitea.event_name != 'schedule'
uses: https://github.com/sarisia/actions-status-discord@v1