We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 825a798 + e1dc421 commit 723280eCopy full SHA for 723280e
.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