Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Optional docker running #14

Merged
merged 4 commits into from
Nov 22, 2022
Merged

Optional docker running #14

merged 4 commits into from
Nov 22, 2022

Conversation

ps-jay
Copy link
Member

@ps-jay ps-jay commented Jun 15, 2022

This should speed builds, since consuming workflows will not pre-build the docker image whether the action is invoked or not (which most of the time at Reece it will not be invoked, since it's behind an if) - saving ~25s every build!

The drawback is that composite actions have no ability to have a post stage - and thus automatic clean up of PATs will no longer occur

The workaround for the drawback is to explicitly revoke the token in the consuming workflow

@ps-jay ps-jay force-pushed the optional-docker-running branch from de0629a to b0d76cb Compare November 22, 2022 22:48
@ps-jay ps-jay merged commit b665001 into main Nov 22, 2022
@ps-jay ps-jay deleted the optional-docker-running branch November 22, 2022 22:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants