mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 22:51:42 +00:00
Log in to ecr
This commit is contained in:
parent
1e0b1a3607
commit
20088ef82b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/saas.yml
vendored
4
.github/workflows/saas.yml
vendored
|
|
@ -75,6 +75,10 @@ jobs:
|
|||
role-duration-seconds: 3600
|
||||
aws-region: ${{ secrets.AWS_REGION }}
|
||||
|
||||
- name: Login to Amazon ECR
|
||||
id: login-ecr
|
||||
uses: aws-actions/amazon-ecr-login@v2
|
||||
|
||||
- name: Extract tag name
|
||||
id: get-tag
|
||||
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue