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

Update action to node16 #73

Closed dgendill closed 1 year ago

dgendill commented 1 year ago

It looks like github is wanting everyone to migrate to node16: https://github.blog/changelog/202…2-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

I see this warning in my workflows:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: redhat-actions/push-to-registry

This PR updates the action to node16. Not sure if there's any particular testing that needs to happen, but the actions seem to work for me when I use my fork and I no longer see the warning.