Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandiggas authored Oct 29, 2023
1 parent 1125b96 commit f1eb329
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1

- name: Debug ECR Registry URL
run: |
echo "ECR Registry URL: ${{ steps.login-ecr.outputs.registry }}"
- name: Build, tag, and push image to Amazon ECR
env:
Expand Down

0 comments on commit f1eb329

Please sign in to comment.