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: