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: