From 5676bd9d0d4432d1dd90f291814c08f9038883ce Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Wed, 21 Dec 2022 11:24:19 +0100 Subject: [PATCH] test --- .github/workflows/staging-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/staging-release.yml b/.github/workflows/staging-release.yml index 72d6c9444..457cc0186 100644 --- a/.github/workflows/staging-release.yml +++ b/.github/workflows/staging-release.yml @@ -87,8 +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 manifest create coollabsio/coolify:test --amend coollabsio/coolify:next - docker manifest push coollabsio/coolify:test + docker tag coollabsio/coolify:next coollabsio/coolify:test + docker push coollabsio/coolify:test - uses: sarisia/actions-status-discord@v1 if: always() with: