From 81f22c47800677cdb5c470d3d70231bc229e804d Mon Sep 17 00:00:00 2001 From: Aviel Segev Date: Wed, 5 Feb 2025 16:05:38 +0200 Subject: [PATCH] just for check --- .github/workflows/build-push-images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-push-images.yml b/.github/workflows/build-push-images.yml index 9bacff12..def6e680 100644 --- a/.github/workflows/build-push-images.yml +++ b/.github/workflows/build-push-images.yml @@ -12,7 +12,8 @@ jobs: env: REGISTRY: quay.io # Set tag to the last commit sha on main branch, otherwise tag will be the branch name - REGISTRY_TAG: ${{ (github.head_ref||github.ref_name)=='main' && github.sha || (github.head_ref||github.ref_name) }} +# REGISTRY_TAG: ${{ (github.head_ref||github.ref_name)=='main' && github.sha || (github.head_ref||github.ref_name) }} + REGISTRY_TAG: ${{ github.sha || (github.head_ref||github.ref_name) }} REGISTRY_ORG: kubev2v steps: - name: Checkout forklift