Merge pull request #214 from PerfectFit-project/hotfix-upload-one-model #798
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and publish the rasa_actions image to ghcr.io | |
on: | |
push: | |
# Publish `main` as Docker `latest` image. | |
branches: | |
- main | |
# Publish `v1.2.3` tags as releases. | |
tags: | |
- v* | |
# Run tests for any PRs. | |
pull_request: | |
jobs: | |
publish_rasa_server: | |
uses: ./.github/workflows/ghcr_build_and_push.yml | |
with: | |
imagename: rasa_actions | |
context: Rasa_Bot/actions/ |