mirror of
https://github.com/docker/login-action.git
synced 2026-01-07 21:58:18 +00:00
Compare commits
1 Commits
master
...
d895e86a1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d895e86a1f |
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -26,8 +26,8 @@
|
||||
"packageManager": "yarn@4.9.2",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@aws-sdk/client-ecr": "^3.890.0",
|
||||
"@aws-sdk/client-ecr-public": "^3.890.0",
|
||||
"@aws-sdk/client-ecr": "^3.956.0",
|
||||
"@aws-sdk/client-ecr-public": "^3.956.0",
|
||||
"@docker/actions-toolkit": "^0.63.0",
|
||||
"http-proxy-agent": "^7.0.2",
|
||||
"https-proxy-agent": "^7.0.6",
|
||||
|
||||
@@ -39,9 +39,6 @@ export async function main(): Promise<void> {
|
||||
} else {
|
||||
registries.push(auth.registry);
|
||||
}
|
||||
if (auth.password) {
|
||||
core.setSecret(auth.password);
|
||||
}
|
||||
}
|
||||
stateHelper.setRegistries(registries.filter((value, index, self) => self.indexOf(value) === index));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user