diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index a6965c2f..c64af9f0 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