We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147b1d1 commit 435ab54Copy full SHA for 435ab54
.github/workflows/ci-build.yml
@@ -17,6 +17,10 @@ on:
17
workflow_dispatch:
18
19
env:
20
+ # By default azurecr.io does not allow anynymous pulls. This has been enabled explicitly
21
+ # https://learn.microsoft.com/en-us/azure/container-registry/anonymous-pull-access
22
+ # Also see https://learn.microsoft.com/en-gb/azure/container-registry/
23
+ # and https://docs.docker.com/build/ci/github-actions/push-multi-registries/
24
REGISTRY_IMAGE_ROOT: libfn.azurecr.io/ci-build
25
26
jobs:
0 commit comments