Skip to content

Instantly share code, notes, and snippets.

@cw-andrews
Created October 30, 2023 16:01
Show Gist options
  • Save cw-andrews/efaef005591da6202ed8193b5f37d3ca to your computer and use it in GitHub Desktop.
Save cw-andrews/efaef005591da6202ed8193b5f37d3ca to your computer and use it in GitHub Desktop.
[Push Bicep Module]
$name = ""
$version = "1.0.0"
$templatePath = ""
$force = false
az bicep publish --file $templatePath --target "br:acrop6lmdw4nirdw.azurecr.io/bicep/modules/$(name):$(version)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment