mirror of
https://github.com/docker/build-push-action.git
synced 2026-05-01 11:09:36 +00:00
Merge 5ef8a11250 into e0fea16cbf
This commit is contained in:
commit
d6d7e6dc5b
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
@ -23,7 +23,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",
|
||||||
"@docker/actions-toolkit": "0.87.0",
|
"@docker/actions-toolkit": "0.87.0",
|
||||||
"handlebars": "^4.7.9"
|
"handlebars": "^4.7.9"
|
||||||
},
|
},
|
||||||
|
|||||||
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"
|
||||||
@ -2114,7 +2124,7 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "docker-build-push@workspace:."
|
resolution: "docker-build-push@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.0"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@docker/actions-toolkit": "npm:0.87.0"
|
"@docker/actions-toolkit": "npm:0.87.0"
|
||||||
"@eslint/js": "npm:^9.39.3"
|
"@eslint/js": "npm:^9.39.3"
|
||||||
"@types/node": "npm:^24.11.0"
|
"@types/node": "npm:^24.11.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user