From 2e00625002871e50f723226c1be9f90ea1e62a49 Mon Sep 17 00:00:00 2001 From: Manda-supraja26 Date: Mon, 29 Apr 2024 21:28:21 +0530 Subject: [PATCH] code fix in release.yml file --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ff6b72..365c337 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,4 +25,4 @@ jobs: QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }} - name: Build & push syncer image - run: make build-syncer-image v2 push-syncer-image + run: make v2 build-syncer-image push-syncer-image