You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change:
- adds "pull_request" as an event that will trigger the workflow.
- marks the "docker login" step as conditional, only to run if the "container_username" secret is present.
- alters the original "Build and push" step such that it only runs on a release
- adds two new "build and push" steps
- one runs on pull_request if a container_username secret is present, and caches layers
- one runs on pull_request if a container_username secret is NOT present, and DOES NOT cache layers
Signed-off-by: Matthew Weier O'Phinney <[email protected]>
0 commit comments