Add ability to login to AWS ECR repositories (#24)

* Add ability to login to ECR repositories
This commit is contained in:
Philipp Trulson 2022-06-14 15:49:07 +02:00 committed by GitHub
parent 9088ccefea
commit 58898ff661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 1156 additions and 7 deletions

View file

@ -23,7 +23,8 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2"
"@actions/io": "^1.0.2",
"@aws-sdk/client-ecr": "^3.100.0"
},
"devDependencies": {
"@redhat-actions/action-io-generator": "^1.5.0",