Skip to content

Commit

Permalink
actions: fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroJorge148 committed Sep 20, 2024
1 parent fb017b1 commit eea56e4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,11 @@ jobs:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
TAG: ${{ steps.generate_tag.outputs.sha }}
run: |
docker build -t $REGISTRY/nest-clean/05-nest-clean:$TAG .
docker push $REGISTRY/nest-clean/05-nest-clean:$TAG
docker build -t $REGISTRY/05-nest-clean:$TAG .
docker push $REGISTRY/05-nest-clean:$TAG
- name: Deploy to App Runner
uses: awslabs/amazon-app-runner-deploy@main

# - name: Login into the container registry
# uses: docker/login-action@v3
Expand Down

0 comments on commit eea56e4

Please sign in to comment.