autonomous-testing/Docker build and push
Build docker image and publish it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 6, 2026
- License
- MIT
Pinned Snippet
uses: autonomous-testing/docker-build-and-push-action@6af8299f51becad7355e6460fd0487b119a2dc57 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GITHUB_TOKEN with write for packages. | yes | — |
| REGISTRY | Docker images registry. | yes | ghcr.io |
| REGISTRY_USERNAME | Registry username. | yes | ${{github.actor}} |
| PACKAGE_NAME | Format {organization}/{name}. | yes | ${{github.repository}} |
| FIRST_TAG | Tag for docker image. | no | "" |
| SECOND_TAG | Tag for docker image. | no | "" |
| THIRD_TAG | Tag for docker image. | no | "" |
| TARGET | Build target. | yes | — |
| BUILD_ARGS | Build arguments. | no | — |
| PUSH | Either push or not. | no | true |
| CONTEXT | Context for build. | no | . |
Outputs
no outputs