Skip to content

Commit

Permalink
Merge pull request #43 from crazy-max/no-region-public-ecr
Browse files Browse the repository at this point in the history
Keep default region for public ECR
  • Loading branch information
CrazyMax authored and GitHub committed Dec 17, 2020
2 parents 9bed628 + 2a481b4 commit 3172200
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,34 +123,6 @@ jobs:
registry: public.ecr.aws
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
password: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
env:
AWS_REGION: ${{ secrets.AWS_REGION }}

ecr-public-aws-creds:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-18.04
- ubuntu-16.04
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
-
name: Login to Public ECR
uses: ./
with:
registry: public.ecr.aws

github-package:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3172200

Please sign in to comment.