mirror of
https://github.com/docker/login-action.git
synced 2026-04-24 15:38:21 +08:00
Merge 15068788ac61fce4977870b6bc8cae7ec4945f3d into 4a8376e001c7725687f0624d1c3698a3f6ab337e
This commit is contained in:
commit
965089c03e
16
dist/index.js
generated
vendored
16
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
@ -22,7 +22,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"packageManager": "yarn@4.9.2",
|
"packageManager": "yarn@4.9.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^3.0.0",
|
"@actions/core": "^3.0.1",
|
||||||
"@aws-sdk/client-ecr": "^3.1020.0",
|
"@aws-sdk/client-ecr": "^3.1020.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.1020.0",
|
"@aws-sdk/client-ecr-public": "^3.1020.0",
|
||||||
"@docker/actions-toolkit": "^0.86.0",
|
"@docker/actions-toolkit": "^0.86.0",
|
||||||
|
|||||||
12
yarn.lock
12
yarn.lock
@ -61,6 +61,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@actions/core@npm:^3.0.1":
|
||||||
|
version: 3.0.1
|
||||||
|
resolution: "@actions/core@npm:3.0.1"
|
||||||
|
dependencies:
|
||||||
|
"@actions/exec": "npm:^3.0.0"
|
||||||
|
"@actions/http-client": "npm:^4.0.0"
|
||||||
|
checksum: 10/e1295f6b81299cc5655ea571e7b3eea02889fdc479e71c783ad9ca48432c613f52a1fd01fecc973a64488b053083ea925a0d23ac7af0bcd8462afc4f4371918b
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@actions/exec@npm:^3.0.0":
|
"@actions/exec@npm:^3.0.0":
|
||||||
version: 3.0.0
|
version: 3.0.0
|
||||||
resolution: "@actions/exec@npm:3.0.0"
|
resolution: "@actions/exec@npm:3.0.0"
|
||||||
@ -3154,7 +3164,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "docker-login@workspace:."
|
resolution: "docker-login@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.0"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@aws-sdk/client-ecr": "npm:^3.1020.0"
|
"@aws-sdk/client-ecr": "npm:^3.1020.0"
|
||||||
"@aws-sdk/client-ecr-public": "npm:^3.1020.0"
|
"@aws-sdk/client-ecr-public": "npm:^3.1020.0"
|
||||||
"@docker/actions-toolkit": "npm:^0.86.0"
|
"@docker/actions-toolkit": "npm:^0.86.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user