dycw/publish-image

Build and publish the image

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 17, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: dycw/action-publish-image@1ec7bfe889e82553f240108bcfbeff73ebb24f07 # 0.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
token-checkoutPersonal access token (PAT) used to fetch the repository${{github.token}}
token-githubPersonal access token (PAT) used to authenticate with GitHub${{github.token}}
registry-hostServer address of the Docker registrydocker.io
registry-portPort of the Docker registry
registry-usernameUsername for authenticating to the Docker registry
registry-passwordPassword or personal access token for authenticating the Docker registry
namespaceNamespace of the Docker imagelibrary
uv-indexThe URLs to use when resolving dependencies, in addition to the default index
uv-index-usernameUsername for authenticating to the UV index
uv-index-passwordPassword for authenticating to the UV index

no outputs