From a6c0d2f5dd70e513f3a987d9b26f4714db53a41a Mon Sep 17 00:00:00 2001 From: Robbie Blaine Date: Tue, 11 Feb 2025 16:00:18 +0200 Subject: [PATCH] :rabbit2: --- .github/workflows/cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2bb57c25b..8aec0ca98 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -517,8 +517,8 @@ jobs: # if: github.actor != 'dependabot[bot]' && github.event.pull_request.draft == false - needs: - - build + # needs: + # - build # - deploy-test-eks # - test @@ -563,7 +563,7 @@ jobs: core.setFailed(error.message); } env: - IMAGE_TAG: ${{ needs.build.outputs.image_version }} + IMAGE_TAG: latest # IMAGE_TAG: ${{ needs.deploy-test-eks.outputs.image_version }} REGRESSION_TESTS: ${{ github.event.inputs.regression-tests || true }} RESET_DEPLOYMENTS: ${{ github.event.inputs.reset-deployments || false }}