boxcutter/Container Build and Publish
GitHub Action with a pipeline to build, test and publish a container image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 15, 2026
- License
- Apache 2.0
Pinned Snippet
uses: boxcutter/container-build-publish-action@8c9ff2987e69be568c02766bbfe0bac497f8624d # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workdir | Working directory of bake execution | no | . |
| test-targets | List of bake targets for testing | no | local |
| dockerhub-username | Username used to log against the Docker registry | no | "" |
| dockerhub-password | Password or personal access token used to log against the Docker registry | no | "" |
| run-lint-stage | Run lint stage | no | true |
| run-test-stage | Run test stage | no | true |
| test-image | Test image | — | "" |
| test-entrypoint | Test entrypoint | — | /bin/bash |
| build-type | Build type | — | hosted |
Outputs
no outputs