Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Make Dockerhub publish dependent on npm publish (#123)
Currently, there is a race where the Dockerhub publish completes before the npm one does, causing the image to use the older version of the test package. Reference: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run
- Loading branch information