Skip to content

Commit

Permalink
Test dev sdk images
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed May 29, 2024
1 parent 33837bf commit ad690f8
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/rasa-sdk-dev-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Create Dev Docker Images

on:
schedule:
# Run cron job at 8AM Monday to Sunday.
- cron: '0 8 * * *'
workflow_dispatch:
push:
branches:
- dev-docker-images
# schedule:
# # Run cron job at 8AM Monday to Sunday.
# - cron: '0 8 * * *'
# workflow_dispatch:

env:
AWS_REGION: us-east-1
Expand Down Expand Up @@ -50,10 +53,11 @@ jobs:
version: v0.5.1
driver: docker

- name: Build, tag, and push image to Amazon ECR
env:
IMAGE_TAG: ${{ env.IMAGE_TAG }}
- name: Build docker image
run: |
docker buildx bake --load
- name: Tag and push docker image to AWS
run: |
docker tag rasa/rasa-sdk:main $REPOSITORY:latest
docker push $REPOSITORY:latest

0 comments on commit ad690f8

Please sign in to comment.