From 5c2bfde903851094f3c4c39c8a39a1beb53f7e23 Mon Sep 17 00:00:00 2001 From: szeort Date: Tue, 2 Jul 2024 15:37:54 +0300 Subject: [PATCH] Update makefile.yml --- .github/workflows/makefile.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 3c61e52..f416f54 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -49,13 +49,6 @@ jobs: - name: install-crds run: make install - - name: system-registry - env: - DOCKER_REGISTRY: ${{ secrets.DOCKER_REGISTRY }} - DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }} - DOCKER_REGISTRY_PASS: ${{ secrets.DOCKER_REGISTRY_PASS }} - run: make system-registry - - name: deploy run: make deploy