mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-22 03:06:45 +00:00
Check context type
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
10b9d7ec22
commit
9c473659de
6 changed files with 835 additions and 4 deletions
|
@ -27,9 +27,11 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.2.4",
|
||||
"@actions/exec": "^1.0.4",
|
||||
"@actions/tool-cache": "^1.5.5"
|
||||
"@actions/tool-cache": "^1.5.5",
|
||||
"git-url-parse": "^11.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
"@types/node": "^14.0.14",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"prettier": "^2.0.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue