From 1bf7726e678fb126e8fcf2f6360c5b949252ba3b Mon Sep 17 00:00:00 2001 From: Vlada Anicic <115999837+rasa-aadlv@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:07:18 +0100 Subject: [PATCH] Update release-artifacts.yml --- .github/workflows/release-artifacts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index f7bef1b2..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