From a27875c395463b06d37dffa497d8932f2e0a28d4 Mon Sep 17 00:00:00 2001 From: DrPsychick Date: Thu, 15 Aug 2024 22:55:27 +0200 Subject: [PATCH] fix: make command --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3aabf98..294173c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -69,7 +69,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - run: make buildx-build IMG=drpsychick/mailu-operator:${{ steps.meta.outputs.version }} VERSION=${{ steps.meta.outputs.version }} + run: make docker-buildx IMG=drpsychick/mailu-operator:${{ steps.meta.outputs.version }} VERSION=${{ steps.meta.outputs.version }} - name: Build operator install manifest env: