Skip to content

Commit

Permalink
Update release-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa-aadlv authored Dec 13, 2024
1 parent 9b16672 commit 1bf7726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bf7726

Please sign in to comment.