Closed sarahricker closed 2 years ago
Latest commit: efecd64e0d36abb46b4893f9455de0edb244d59a
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
JIRA Ticket
CICD-24
What Are We Doing Here
Building and hosting image on WPE docker hub, then calling the hosted image instead of building it every time.
Original: Avg 11-14 seconds (Build Docker Container on the fly)
New: 4 seconds :tada: (Build Docker Container from Hosted Docker Image)
NewNew: 1 second 🐎 (Pull Docker Image directly from within action.yml)