This commit is contained in:
Sebastian Graef 2022-09-22 17:37:11 +10:00
Родитель bd5eb692be
Коммит 37185c6d77
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/publish.yml поставляемый
Просмотреть файл

@ -25,7 +25,7 @@ env:
bicepRegistryRgLocation: 'Australia East' # The location of the resource group to publish to
bicepRegistryPublic: true # Set to true, if you would like to enable public (anonymous) registry access
modulesPath: /carml/modules/
modulesPath: carml
jobs:
job_publish_modules:
@ -66,7 +66,7 @@ jobs:
azPSVersion: 'latest'
inlineScript: |
. (Join-Path $env:GITHUB_WORKSPACE 'scripts' 'Get-ModulesToPublish.ps1')
. (Join-Path $env:GITHUB_WORKSPACE 'scripts' 'Publish-ModuleToPublicBicepRegistry.ps1')
. (Join-Path $env:GITHUB_WORKSPACE 'scripts' 'Publish-ModuleToBicepRegistry.ps1')
$functionInput = @{
TemplateFilePath = Join-Path $env:GITHUB_WORKSPACE "${{ env.modulesPath }}"