trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.62k stars 678 forks source link

ci: update docker release action #4030

Closed davidmurdoch closed 1 year ago

davidmurdoch commented 1 year ago

Some of the GitHub Actions commands used by our Docker Publish Action are deprecated. This PR updates the Actions to versions that have since been updated to stop using these deprecated commands.

davidmurdoch commented 1 year ago

I "tested" this by disabling npm publishing and Docker push in our release process, then forced the release process to run. Here is the commit to do it: https://github.com/trufflesuite/ganache/pull/4030/commits/9b8b8c8021d022fb8b3b239721ce118db9c1989d, and here is the Action run: https://github.com/trufflesuite/ganache/actions/runs/3696605217/jobs/6260524322