From 8f8ea120d34471bb6c8636e5c56efcdb3720af5d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 17 Feb 2023 12:15:17 +0100 Subject: [PATCH] test prod release --- .github/workflows/production-release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index db54d376a..7e38ec6b1 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -104,13 +104,7 @@ jobs: id: package-version - name: Create & publish manifest run: | - docker pull coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64 - docker pull coollabsio/coolify:${{steps.package-version.outputs.current-version}}-aarch64 - docker pull coollabsio/coolify:${{steps.package-version.outputs.current-version}} docker buildx imagetools create --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64 --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-aarch64 --tag coollabsio/coolify:${{steps.package-version.outputs.current-version}} - docker tag coollabsio/coolify:${{steps.package-version.outputs.current-version}} coollabsio/coolify:latest - docker push coollabsio/coolify:latest - docker buildx imagetools create --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64 --append coollabsio/coolify:${{steps.package-version.outputs.current-version}}-aarch64 --tag coollabsio/coolify:latest # - uses: sarisia/actions-status-discord@v1 # if: always() # with: