autonomous-testing/Docker build and push

Build docker image and publish it.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 6, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: autonomous-testing/docker-build-and-push-action@6af8299f51becad7355e6460fd0487b119a2dc57 # v2

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

namedescriptionrequireddefault
GITHUB_TOKENGITHUB_TOKEN with write for packages.yes
REGISTRYDocker images registry.yesghcr.io
REGISTRY_USERNAMERegistry username.yes${{github.actor}}
PACKAGE_NAMEFormat {organization}/{name}.yes${{github.repository}}
FIRST_TAGTag for docker image.no""
SECOND_TAGTag for docker image.no""
THIRD_TAGTag for docker image.no""
TARGETBuild target.yes
BUILD_ARGSBuild arguments.no
PUSHEither push or not.notrue
CONTEXTContext for build.no.

no outputs