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 aa1e6f8 commit 6470662Copy full SHA for 6470662
1 file changed
.github/workflows/build-publish-mcr.yml
@@ -69,4 +69,10 @@ jobs:
69
make docker-build-refresh-token
70
env:
71
REFRESH_TOKEN_IMAGE_VERSION: ${{ needs.prepare-variables.outputs.release_tag }}
72
+ REGISTRY: ${{ secrets.AZURE_REGISTRY }}/${{ env.REGISTRY_REPO}}
73
+ - name: Build and publish crd-installer
74
+ run: |
75
+ make docker-build-crd-installer
76
+ env:
77
+ CRD_INSTALLER_IMAGE_VERSION: ${{ needs.prepare-variables.outputs.release_tag }}
78
REGISTRY: ${{ secrets.AZURE_REGISTRY }}/${{ env.REGISTRY_REPO}}
0 commit comments