Skip to content

Commit

Permalink
Modify tag var in release workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr authored and radovanZRasa committed Aug 19, 2024
1 parent 1f386b4 commit 21645d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# Push image
IMAGE_NAME=rasa/rasa-sdk \
IMAGE_TAG=${IMAGE_TAG} \
IMAGE_TAG=${GITHUB_REF#refs/tags/} \
make build-and-push-multi-platform-docker
# Tag the image as latest
Expand Down

0 comments on commit 21645d7

Please sign in to comment.