actions-marketplace-validations/GitHub Docker Action Testing
Just Temp For Testing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 23, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/123flo321_github-docker-temp@87bc227701225daa6fa01de50220753454546934 # no releases — HEAD as of 2026-07-21tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| accessToken | GitHub Repository Token to log in using. | yes | — |
| context | Where should GitHub Docker find the Dockerfile, relative to the root of the repository. | no | . |
| username | GitHub user to publish the image on behalf of. | no | — |
| repositoryName | The repository to push the image to. Defaults to current repository. Must be specified in format user/repo | no | — |
| imageName | The desired name for the image. Defaults to current repository name. | no | — |
| imageTag | The desired tag for the image. Defaults to current branch or release version number. | no | — |
| imageTagPrefix | Added to the beginning of the tag. | no | — |
| imageTagSuffix | Added to the end of the tag. | no | — |
| buildArguments | The build arguments for image. | no | — |
Outputs
| name | description |
|---|---|
| imageURL | The URL of the image. |