We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa1e6f8 + a90f94f commit e1dc421Copy full SHA for e1dc421
.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}}
+ 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
0 commit comments