From 2a1fde622bfbb4f7a9536b99c389468b37147b0c Mon Sep 17 00:00:00 2001 From: Filip Cirtog Date: Tue, 13 Aug 2024 19:54:32 +0100 Subject: [PATCH] Update action.yaml --- .github/actions/build-push-image/action.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/build-push-image/action.yaml b/.github/actions/build-push-image/action.yaml index ee5456a694..cd83d1a891 100644 --- a/.github/actions/build-push-image/action.yaml +++ b/.github/actions/build-push-image/action.yaml @@ -90,11 +90,6 @@ runs: shell: bash run: | go mod download - - name: Build all platforms - env: - VERSION: ${{ inputs.version }} - run: make all-platforms - shell: bash - name: Login to docker registry if: ${{ inputs.push_to_docker == 'true' }} uses: docker/login-action@v3