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 eea56e4 commit ce27da1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ jobs:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
TAG: ${{ steps.generate_tag.outputs.sha }}
run: |
docker build -t $REGISTRY/05-nest-clean:$TAG .
docker push $REGISTRY/05-nest-clean:$TAG
docker build -t $REGISTRY/nest-clean:$TAG .
docker push $REGISTRY/nest-clean:$TAG
- name: Deploy to App Runner
uses: awslabs/amazon-app-runner-deploy@main
# - name: Deploy to App Runner
# uses: awslabs/amazon-app-runner-deploy@main
# with:
# service: nest-clean

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

0 comments on commit ce27da1

Please sign in to comment.