From 578bb12562a27f34c09b6027490e33ddd2ace23a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 20 Jan 2023 14:05:07 +0100 Subject: [PATCH] test new release gh action --- .github/workflows/production-release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index 7b98d5cf9..dc73248cf 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -54,7 +54,7 @@ jobs: context: . platforms: linux/amd64 push: true - tags: coollabsio/coolify:${{steps.package-version.outputs.current-version}}-amd64 + tags: coollabsio/coolify:${{steps.package-version.outputs.current-version}} cache-from: type=registry,ref=coollabsio/coolify:buildcache-amd64 cache-to: type=registry,ref=coollabsio/coolify:buildcache-amd64,mode=max aarch64: @@ -103,10 +103,10 @@ jobs: id: package-version - name: Create & publish manifest run: | - docker manifest create coollabsio/coolify:${{steps.package-version.outputs.current-version}} --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-amd64 --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64 --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-aarch64 - docker manifest create coollabsio/coolify:latest --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-amd64 --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-arm64 --amend coollabsio/coolify:${{steps.package-version.outputs.current-version}}-aarch64 - docker manifest push coollabsio/coolify:${{steps.package-version.outputs.current-version}} - docker manifest 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:${{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: