jacobsvante/Version Tag Docker Image

Create semver tags for an existing Docker image (e.g. v0, v0.1, v0.1.2), utilizing info from release-please pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageName of the docker image (e.g. `"my-namespace/my-image"`)yes
versionManually provided semantic version (e.g: 0.3.4)yes
registryDocker registryyesdocker.io
usernameDocker usernameyes
passwordDocker passwordyes
push-latest-tagPush `latest` tag to repository, in addition to version tagstrue
add-pr-labelAdd label `"version tagged: $inputs.registry"` to the relevant release-please created pull requestyestrue
pr-label-colorPR label coloryes#0db7ed
tokenToken for interacting with the Github API. Default to using the special GITHUB_TOKEN. Because of limitations imposed by GitHub, this must be set if you want the setting of the PR label to trigger an event. Personal access token only needs `pull-requests: write`. yes${{ github.token }}
namedescription
versionThe version that was passed in to the action
commit-shaCommit SHA that correlates to this version
pr-numberPR number that correlates to this version