Log in to ecr

This commit is contained in:
Owen
2026-01-05 11:31:29 -05:00
parent 1e0b1a3607
commit 20088ef82b

View File

@@ -75,6 +75,10 @@ jobs:
role-duration-seconds: 3600 role-duration-seconds: 3600
aws-region: ${{ secrets.AWS_REGION }} aws-region: ${{ secrets.AWS_REGION }}
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
- name: Extract tag name - name: Extract tag name
id: get-tag id: get-tag
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV