mirror of
https://github.com/docker/metadata-action.git
synced 2026-03-10 01:53:07 +08:00
Compare commits
1 Commits
f4db93416d
...
b7283ee85e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b7283ee85e |
38
dist/index.js
generated
vendored
38
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
@ -28,7 +28,7 @@
|
|||||||
"packageManager": "yarn@3.6.3",
|
"packageManager": "yarn@3.6.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.11.1",
|
"@actions/core": "^1.11.1",
|
||||||
"@actions/github": "^6.0.1",
|
"@actions/github": "^6.0.0",
|
||||||
"@docker/actions-toolkit": "^0.62.1",
|
"@docker/actions-toolkit": "^0.62.1",
|
||||||
"@renovate/pep440": "^1.0.0",
|
"@renovate/pep440": "^1.0.0",
|
||||||
"csv-parse": "^5.6.0",
|
"csv-parse": "^5.6.0",
|
||||||
|
|||||||
27
yarn.lock
27
yarn.lock
@ -91,6 +91,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@actions/github@npm:^6.0.0":
|
||||||
|
version: 6.0.0
|
||||||
|
resolution: "@actions/github@npm:6.0.0"
|
||||||
|
dependencies:
|
||||||
|
"@actions/http-client": ^2.2.0
|
||||||
|
"@octokit/core": ^5.0.1
|
||||||
|
"@octokit/plugin-paginate-rest": ^9.0.0
|
||||||
|
"@octokit/plugin-rest-endpoint-methods": ^10.0.0
|
||||||
|
checksum: 81831a78377175d8825fc0b94247ff366c0e87ad1dfa48df9b30b8659506f216dcf1e2d3124fcd318839b92c24ba20165e238b3cc11a34db89c69c40825e9ccf
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@actions/github@npm:^6.0.1":
|
"@actions/github@npm:^6.0.1":
|
||||||
version: 6.0.1
|
version: 6.0.1
|
||||||
resolution: "@actions/github@npm:6.0.1"
|
resolution: "@actions/github@npm:6.0.1"
|
||||||
@ -1786,6 +1798,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@octokit/plugin-paginate-rest@npm:^9.0.0":
|
||||||
|
version: 9.0.0
|
||||||
|
resolution: "@octokit/plugin-paginate-rest@npm:9.0.0"
|
||||||
|
dependencies:
|
||||||
|
"@octokit/types": ^12.0.0
|
||||||
|
peerDependencies:
|
||||||
|
"@octokit/core": ">=5"
|
||||||
|
checksum: 4a8543f3e45c4916f94edc57d66106ee60da9fd4edccd7c3a2ddd00da1fc4eb2e1b2bcb3d6cb981a050edf883100c5004d0b81497568d4ac9138310a2188a458
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/plugin-paginate-rest@npm:^9.2.2":
|
"@octokit/plugin-paginate-rest@npm:^9.2.2":
|
||||||
version: 9.2.2
|
version: 9.2.2
|
||||||
resolution: "@octokit/plugin-paginate-rest@npm:9.2.2"
|
resolution: "@octokit/plugin-paginate-rest@npm:9.2.2"
|
||||||
@ -1806,7 +1829,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@octokit/plugin-rest-endpoint-methods@npm:^10.4.0":
|
"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0, @octokit/plugin-rest-endpoint-methods@npm:^10.4.0":
|
||||||
version: 10.4.0
|
version: 10.4.0
|
||||||
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.0"
|
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -3248,7 +3271,7 @@ __metadata:
|
|||||||
resolution: "docker-metadata-action@workspace:."
|
resolution: "docker-metadata-action@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": ^1.11.1
|
"@actions/core": ^1.11.1
|
||||||
"@actions/github": ^6.0.1
|
"@actions/github": ^6.0.0
|
||||||
"@docker/actions-toolkit": ^0.62.1
|
"@docker/actions-toolkit": ^0.62.1
|
||||||
"@renovate/pep440": ^1.0.0
|
"@renovate/pep440": ^1.0.0
|
||||||
"@types/csv-parse": ^1.2.2
|
"@types/csv-parse": ^1.2.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user