Add ability to login to ECR repositories

This commit is contained in:
Philipp Trulson 2022-06-02 19:07:25 +02:00
parent 8a0c05b53e
commit 3364306a59
No known key found for this signature in database
GPG key ID: 73CBABEA8D422ABC
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",