Skip to content

Commit

Permalink
Merge pull request #1186 from RasaHQ/fix-image-naming-3.9.x
Browse files Browse the repository at this point in the history
Update release-artifacts.yml
  • Loading branch information
rasa-aadlv authored Dec 13, 2024
2 parents 3e00888 + b058917 commit 2edc806
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .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 Expand Up @@ -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 <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>."
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}

0 comments on commit 2edc806

Please sign in to comment.