climpr/Publish Bicep Module
Publishes the Bicep module to an ACR and updates Git tags accordingly.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 19, 2026
- License
- GPL 3.0
Pinned Snippet
uses: climpr/publish-bicep-module@d88a1aea2f9087179f1bddcc07acf169dea48780 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| root-path | The root path for the modules. | yes | — |
| module-name | The name of the module. This should include the full relative path below the root-path, not including any leading or trailing '/'. Example: 'subnet' or 'modules/subnet'. | yes | — |
| update-parent-versions | Setting this parameter to 'true' will force updates of parent major and minor versions. Example: Updating '1.0.0' will create/update '1.0' and '1' as well. | no | true |
| force | Setting this parameter to 'true' will overwrite git tags and ACR modules for all relevant version tags (see update-parent-versions). | no | false |
Outputs
no outputs