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