1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Add persistent caddy storage (#25242)

* add storage account for persistent caddy storage
This commit is contained in:
Mike Surowiec
2022-02-10 16:42:24 -06:00
committed by GitHub
parent 8ccd2a8672
commit 749149e48b
2 changed files with 15 additions and 11 deletions

View File

@@ -198,6 +198,8 @@ jobs:
dockerRegistryUrl="${{ secrets.NONPROD_REGISTRY_SERVER }}"
dockerRegistryUsername="${{ secrets.NONPROD_REGISTRY_USERNAME }}"
dockerRegistryPassword="${{ secrets.NONPROD_REGISTRY_PASSWORD }}"
storageAccountName="${{ secrets.AZURE_STORAGE_ACCOUNT_NAME }}"
storageAccountKey="${{ secrets.AZURE_STORAGE_ACCOUNT_KEY }}"
# this shows warnings in the github actions console, because the flag is passed through a validation run,
# but it *is* functional during the actual execution
additionalArguments: --no-wait