Skip to content

Commit

Permalink
Update aws repo name and split workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed May 29, 2024
1 parent 33837bf commit 4ba311c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rasa-sdk-dev-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
AWS_REGION: us-east-1
REPOSITORY: 329710836760.dkr.ecr.us-east-1.amazonaws.com/rasa-sdk
REPOSITORY: 329710836760.dkr.ecr.us-east-1.amazonaws.com/rasa-sdk-dev
DEFAULT_PYTHON_VERSION: "3.10"

permissions:
Expand Down Expand Up @@ -50,10 +50,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 4ba311c

Please sign in to comment.