Skip to content

Commit 68aebc9

Browse files
committed
minor fix
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
1 parent d65c7c0 commit 68aebc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
# comment out prometheus from config/default/kustomization.yaml
3232
sed -i 's|^- ../prometheus|#- ../prometheus|' config/default/kustomization.yaml
33-
make build IMG=${{ env.IMG }}
33+
make docker-build IMG=${{ env.IMG }}
3434
3535
- name: Load image into kind
3636
run: |

0 commit comments

Comments
 (0)