This commit is contained in:
Sebastian Gräf 2022-09-22 23:37:48 +12:00 коммит произвёл GitHub
Родитель f8f4b524fc
Коммит 21ffffc918
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -56,7 +56,7 @@ jobs:
# Get-ChildItem $ModulesPath -Recurse -Depth 3 | select FullName
- name: Azure Login
if: github.event.inputs.publish == 'true'
# if: github.event.inputs.publish == 'true'
uses: Azure/login@v1
with:
creds: ${{ env.AZURE_CREDENTIALS }}

Просмотреть файл

@ -81,7 +81,7 @@ function Publish-ModuleToPrivateBicepRegistry {
if ($BicepRegistryPublic) {
if ($PSCmdlet.ShouldProcess("Container Registry [$BicepRegistryName] public (anonymous) access", 'Enable')) {
az acr update --name $BicepRegistryRgName --anonymous-pull-enabled
az acr update --name $BicepRegistryName --anonymous-pull-enabled
}
}