From b0589174b59e9f649982234bfa22b77a85d92ff0 Mon Sep 17 00:00:00 2001 From: Vlada Anicic <115999837+rasa-aadlv@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:10:48 +0100 Subject: [PATCH] Update release-artifacts.yml --- .github/workflows/release-artifacts.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 1fa9b515..36dab3dd 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -56,8 +56,10 @@ jobs: - name: Build and Push Docker image 📦 run: | IMAGE_NAME=rasa/rasa-sdk - IMAGE_TAG="${{ needs.define-release-version.outputs.version }}" + IMAGE_TAG=$IMAGE_TAG make build-and-push-multi-platform-docker + env: + IMAGE_TAG: ${{ needs.define-release-version.outputs.version }} release-artifacts-pypi: name: Release Artifacts PyPI @@ -144,4 +146,4 @@ jobs: channel-id: "C061J0LGHU0" slack-message: ":broken_heart: *Rasa SDK* release version `${{ needs.define-release-version.outputs.version }}` has failed! More information can be found ." env: - SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} \ No newline at end of file + SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}