From 6a155721c6f753a91c301982cf21997f64e8bace Mon Sep 17 00:00:00 2001 From: Mark Sinclair <14054343+mmsinclair@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:51:10 +0100 Subject: [PATCH] Update push-node-status-agent.yaml --- .github/workflows/push-node-status-agent.yaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/push-node-status-agent.yaml b/.github/workflows/push-node-status-agent.yaml index 842ccf805d..ccc7a60e1a 100644 --- a/.github/workflows/push-node-status-agent.yaml +++ b/.github/workflows/push-node-status-agent.yaml @@ -63,17 +63,17 @@ jobs: - name: New env vars run: echo "RELEASE_TAG='$RELEASE_TAG' GIT_TAG='$GIT_TAG' IMAGE_NAME_AND_TAGS='$IMAGE_NAME_AND_TAGS'" - - name: Remove existing tag if exists - run: | - if git rev-parse $${{ env.GIT_TAG }} >/dev/null 2>&1; then - git push --delete origin $${{ env.GIT_TAG }} - git tag -d $${{ env.GIT_TAG }} - fi + # - name: Remove existing tag if exists + # run: | + # if git rev-parse $${{ env.GIT_TAG }} >/dev/null 2>&1; then + # git push --delete origin $${{ env.GIT_TAG }} + # git tag -d $${{ env.GIT_TAG }} + # fi - - name: Create tag - run: | - git tag -a $${{ env.GIT_TAG }} -m "Version ${{ steps.get_version.outputs.result }}-${{ steps.cleanup_gateway_probe_ref.outputs.git_ref }}" - git push origin $${{ env.GIT_TAG }} + # - name: Create tag + # run: | + # git tag -a $${{ env.GIT_TAG }} -m "Version ${{ steps.get_version.outputs.result }}-${{ steps.cleanup_gateway_probe_ref.outputs.git_ref }}" + # git push origin $${{ env.GIT_TAG }} - name: BuildAndPushImageOnHarbor run: |