dycw/publish-image
Build and publish the image
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 17, 2026
- License
- MIT
Pinned Snippet
uses: dycw/action-publish-image@1ec7bfe889e82553f240108bcfbeff73ebb24f07 # 0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token-checkout | Personal access token (PAT) used to fetch the repository | — | ${{github.token}} |
| token-github | Personal access token (PAT) used to authenticate with GitHub | — | ${{github.token}} |
| registry-host | Server address of the Docker registry | — | docker.io |
| registry-port | Port of the Docker registry | — | — |
| registry-username | Username for authenticating to the Docker registry | — | — |
| registry-password | Password or personal access token for authenticating the Docker registry | — | — |
| namespace | Namespace of the Docker image | — | library |
| uv-index | The URLs to use when resolving dependencies, in addition to the default index | — | — |
| uv-index-username | Username for authenticating to the UV index | — | — |
| uv-index-password | Password for authenticating to the UV index | — | — |
Outputs
no outputs