0xhericles/Docker Toolkit

GitHub Actions for Docker actions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 26, 2020
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: 0xhericles/dockerflow@ea6d5950026bedb0988d3aa4e119df16afc157a8 # 0.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
actionThe docker command you want to executeyes
nameThe name of the image you want to operateyes
usernameThe login usernameyes
passwordThe login passwordyes
registryUse registry for a custom registryno
snapshotUse snapshot to push an additional imageno
dockerfileUse dockerfile when you would like to explicitly build a Dockerfileno
workdirUse workdir when you would like to change the directory for buildingno
buildargsUse buildargs when you want to pass a list of environment variables as build-argsno
cacheUse cache when you have big images, that you would only like to build partiallyno
tag_namesUse tag_names when you want to push tags/release by their git nameno
namedescription
tagIs the tag, which was pushed
snapshot-tagIs the tag that is generated by the snapshot-option and pushed
digestIs the digest of the image, which was pushed