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

Commit

Permalink
Add ECR authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
thought-tobi committed Mar 28, 2024
1 parent 821adc9 commit ac2329f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
with:
mask-password: 'false'

- name: Install dependencies
run: |
sudo apt update
Expand Down

0 comments on commit ac2329f

Please sign in to comment.