Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#10] Update docker github action references
Before this commit, we got the error message in our builds: ``` Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@65b78e6, docker/metadata-action@9ec57ed, docker/build-push-action@f2a1d5e. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. ``` Apparently, even the GitHub Docs itself are outdated for the last 5 months. After visiting all the action's versions, I've pinned it to the freshest versions.
- Loading branch information