climpr/Publish Bicep Module

Publishes the Bicep module to an ACR and updates Git tags accordingly.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Mar 19, 2026
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: climpr/publish-bicep-module@d88a1aea2f9087179f1bddcc07acf169dea48780 # v1.0.2

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

namedescriptionrequireddefault
root-pathThe root path for the modules.yes
module-nameThe 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-versionsSetting 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.notrue
forceSetting this parameter to 'true' will overwrite git tags and ACR modules for all relevant version tags (see update-parent-versions).nofalse

no outputs