0xhericles/Docker Toolkit
GitHub Actions for Docker actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 26, 2020
- License
- Apache 2.0
Pinned Snippet
uses: 0xhericles/dockerflow@ea6d5950026bedb0988d3aa4e119df16afc157a8 # 0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| action | The docker command you want to execute | yes | — |
| name | The name of the image you want to operate | yes | — |
| username | The login username | yes | — |
| password | The login password | yes | — |
| registry | Use registry for a custom registry | no | — |
| snapshot | Use snapshot to push an additional image | no | — |
| dockerfile | Use dockerfile when you would like to explicitly build a Dockerfile | no | — |
| workdir | Use workdir when you would like to change the directory for building | no | — |
| buildargs | Use buildargs when you want to pass a list of environment variables as build-args | no | — |
| cache | Use cache when you have big images, that you would only like to build partially | no | — |
| tag_names | Use tag_names when you want to push tags/release by their git name | no | — |
Outputs
| name | description |
|---|---|
| tag | Is the tag, which was pushed |
| snapshot-tag | Is the tag that is generated by the snapshot-option and pushed |
| digest | Is the digest of the image, which was pushed |