From 4f06a91e8dc802087e7a4b5c98e08cd6b6294caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roggeri=20Campos?= Date: Sun, 14 Apr 2024 19:02:52 -0300 Subject: [PATCH] fix:Release rags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5cdb8b8..b3642e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: with: context: ./chatbot platforms: linux/amd64,linux/arm64 - tags: ${{ steps.version.outputs.image_version }},ghcr.io/andreroggeri/schedule:latest + tags: ${{ steps.version.outputs.image_version }},ghcr.io/andreroggeri/messaging:latest push: true cache-from: type=gha cache-to: type=gha,mode=max