feat: add option for docker image rebuild (#878)

Adds option to rebuild local action docker images

Fixed up README due to missing flags after
PR #714 and #716

Signed-off-by: hackercat <me@hackerc.at>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Ryan
2021-11-24 16:51:37 +01:00
committed by GitHub
parent ff8b1df797
commit 8ad6c07083
5 changed files with 10 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ type Input struct {
platforms []string
dryrun bool
forcePull bool
forceRebuild bool
noOutput bool
envfile string
secretfile string