mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-08 02:29:03 +00:00
Add ability to login to AWS ECR repositories (#24)
* Add ability to login to ECR repositories
This commit is contained in:
parent
9088ccefea
commit
58898ff661
7 changed files with 1156 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue