1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-07 14:09:30 +02:00

*: use axios-retry instead of handrolled retry methods

This commit is contained in:
Aditya Maru 2024-12-08 21:12:41 -05:00
parent 7b8642822f
commit 0186286e06
10 changed files with 475 additions and 5071 deletions

View file

@ -29,7 +29,7 @@
"@actions/core": "^1.10.1",
"@docker/actions-toolkit": "0.37.1",
"@iarna/toml": "^2.2.5",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"handlebars": "^4.7.7",
"portfinder": "^1.0.32"
},
@ -47,6 +47,6 @@
"prettier": "^3.2.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "5.5.4"
}
}