bicep-build-action

GitHub Action for building an ARM Template from Bicep

MIT License

Stars
13
Committers
3

Bot releases are visible (Hide)

bicep-build-action - Bicep Build Action v1.0.1 Latest Release

Published by fedeoliv over 2 years ago

The following bug fixes were introduced:

  • #3 Quotes for inputs and output paths as they can contain spaces
bicep-build-action - GitHub Action for Bicep Build

Published by fedeoliv about 3 years ago

With the Bicep Build Action, you can automate your workflow to do build Bicep main file and generate its ARM template to be used further (e.g. validate the ARM Template and/or publish it as an artifact).

Example Usage

steps:
  - name: Bicep Build
    uses: Azure-Samples/[email protected]
    with:
      bicepFilePath: main.bicep
      outputFilePath: azuredeploy.json

License

GitHub Action for Bicep Build is licensed under the MIT License

bicep-build-action - GitHub Action for Bicep Build

Published by fedeoliv about 3 years ago

With the Bicep Build Action, you can automate your workflow to do build Bicep main file and generate its ARM template to be used further (e.g. validate the ARM Template and/or publish it as an artifact).

Example Usage

steps:
  - name: Bicep Build
    uses: Azure-Samples/[email protected]
    with:
      bicepFilePath: main.bicep
      outputFilePath: azuredeploy.json

License

GitHub Action for Bicep Build is licensed under the MIT License