wpengine / github-action-wpe-site-deploy

A GitHub Action to deploy code directly to WP Engine.
MIT License
173 stars 36 forks source link

[CICD-24] Use hosted dockerfile image #36

Closed sarahricker closed 2 years ago

sarahricker commented 2 years ago

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) cicd-24-docker-container-build-v3-1-1

New: 4 seconds :tada: (Build Docker Container from Hosted Docker Image) cicd-24-docker-container-build-cicd-24-branch

NewNew: 1 second 🐎 (Pull Docker Image directly from within action.yml) cicd-24-load-docker-image-directly

changeset-bot[bot] commented 2 years ago

⚠️ No Changeset found

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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