momentum-xyz/Docker build action
Odyssey docker build image action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 17, 2025
- License
- MIT
Pinned Snippet
uses: momentum-xyz/docker-build-action@ed5261ad6179f517b9727183787716229df74730 # v7.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | Name of the docker image, defaults to git repository name | yes | ${{ github.event.repository.name }} |
| registry-server | Docker registry location/URL | no | — |
| registry-user | Docker registry username | no | — |
| registry-pass | Docker registry password | no | — |
| npm-token | Access token for private (npm) packages. | no | — |
| backfeed-repo-token | Github token to passthrough docker build to access current repo | no | — |
| github-token | Github token. Used tyo login to ghcr.io | no | — |
| multistage-target | Docker build target for multistage builds. | no | — |
| extra-args | Command line arguments added to the docker build call. | no | — |
| git-lfs | Enable Git-LFS | no | true |
Outputs
| name | description |
|---|---|
| version | Version string generated for the image. |