Skip to content

Commit

Permalink
push to ecr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
joaotrualmeida committed Oct 14, 2023
1 parent d5b9c04 commit a21fbe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: "1.20"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: {{ secrets.AWS_DEFAULT_REGION }}
- name: Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v2
Expand Down

0 comments on commit a21fbe0

Please sign in to comment.