darioblanco/mou-docker-action

Uses the git branch or tag as the docker tag and pushes the built image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameThe name of the image you would like to pushyes
usernameThe login username for the registryyes
passwordThe login password for the registryyes
registryUse registry for pushing to a custom registryno
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
tagsUse tags when you want to add additional tags to the docker imageno
namedescription
sha-tagIs the tag, which was pushed and refers to the commit sha
ref-tagIs the tag that is generated from the detected and sanitized ref that is pushed