Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
test ECR login
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-schaal committed Sep 21, 2023
1 parent d6e25ac commit 119d374
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ jobs:
regex: 'APP_VERSION = \"(.*?)\"'
- name: Echo version
run: echo "${{ steps.parse-version.outputs.group1 }}"
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ca-central-1
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
with:
mask-password: 'true'

0 comments on commit 119d374

Please # to comment.