push-to-registry icon indicating copy to clipboard operation
push-to-registry copied to clipboard

Update action to node16

Open dgendill opened this issue 3 years ago • 0 comments

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.

dgendill avatar Oct 12 '22 22:10 dgendill