From e566a66ea4563a7e340ffb94d9b7fe482c76c4eb Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 21 Dec 2022 12:33:27 +0100 Subject: [PATCH] test --- .github/workflows/staging-release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index b7f98f6e6..c65feb565 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -87,9 +87,8 @@ jobs: run: | docker manifest create coollabsio/coolify:next --amend coollabsio/coolify:next-amd64 --amend coollabsio/coolify:next-arm64 docker manifest push coollabsio/coolify:next - docker pull coollabsio/coolify:next - docker tag coollabsio/coolify:next coollabsio/coolify:test - docker push coollabsio/coolify:test + docker manifest create coollabsio/coolify:test --amend coollabsio/coolify:next-amd64 --amend coollabsio/coolify:next-arm64 + docker manifest push coollabsio/coolify:test - uses: sarisia/actions-status-discord@v1 if: always() with: