Skip to content

Commit 6470662

Browse files
author
Arvind Thirumurugan
committed
update publish MCR action to build, publish crd installer image
1 parent aa1e6f8 commit 6470662

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build-publish-mcr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,10 @@ jobs:
6969
make docker-build-refresh-token
7070
env:
7171
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 }}
7278
REGISTRY: ${{ secrets.AZURE_REGISTRY }}/${{ env.REGISTRY_REPO}}

0 commit comments

Comments
 (0)