redhat-actions / push-to-registry

GitHub Action to push a container image to an image registry.
https://github.com/marketplace/actions/push-to-registry
MIT License
97 stars 32 forks source link

[BUG] Deprecation warning #84

Open ctron opened 1 year ago

ctron commented 1 year ago

Version

redhat-actions/push-to-registry@v2

Describe the bug

Running the action shows:

(node:19061) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)

Steps to reproduce, workflow links, screenshots