From 23bfc119d9ffa76eccf7b6acac05ba8240c59f4d Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 24 Jan 2023 15:43:43 +0100 Subject: [PATCH] Fix GH --- .github/workflows/production-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index 6bc19effb..db54d376a 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -55,7 +55,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: