actions-marketplace-validations/Zelect IO Docker Action
Github Action to build and push a Docker image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 23, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/zelect-io_docker-action@45996dfb565ee7f77611b570b4f3eab2f0b8deb1 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| imageName | The name of the docker image | yes | — |
| workingDirectory | The working directory from which to run the docker commands | yes | . |
| dockerRegistry | The registry to push the image name | yes | docker.io |
| dockerfile | Path to Dockerfile | yes | Dockerfile |
| latestBranch | From which branch to create latest releases | yes | master |
Outputs
| name | description |
|---|---|
| dockerTag | The docker tag of the built image |