entrecode/Build-Action
build and push to ghcr
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 24, 2026
- License
- None
Pinned Snippet
uses: entrecode/action.build@539e1b52524cc18579feeb49af987d5508fbf879 # v25tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| PAT | PAT from repo | yes | — |
| NAMESPACE | Namespace | yes | — |
| NAME | Name | yes | — |
| ACTION_ENABLE_TESTING | if set to true, testcontainer will be created and tests will be run | no | false |
| GITHUB_TOKEN | Github Token | yes | — |
| LOCAL_TESTING_SECRET | local-testing.yaml secret | no | false |
| WORKING_DIRECTORY | Working directory of the project | no | . |
| DOCKER_CONTEXT | Docker context | no | . |
| DOCKERFILE | Dockerfile | no | ./Dockerfile |
| DBPORT | port of the database | no | 5432 |
| OVERWRITE_BUILD_TASK | Build task to overwrite | no | false |
Outputs
| name | description |
|---|---|
| version | version of the container |
| env | environment of the container |