From 43a80d52ae64b3024d4c9c54ab9f1669cc2a140f Mon Sep 17 00:00:00 2001 From: pascalholthaus <94793111+pascalholthaus@users.noreply.github.com> Date: Fri, 15 Nov 2024 03:45:44 +0100 Subject: [PATCH] Update push-compare.yml --- .github/workflows/push-compare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-compare.yml b/.github/workflows/push-compare.yml index ac5a374..d561721 100644 --- a/.github/workflows/push-compare.yml +++ b/.github/workflows/push-compare.yml @@ -39,7 +39,7 @@ jobs: namespace: opensight compare-repository: postgres tag: ${{ inputs.postgres-major-version }} - mode: lt + mode: gt - name: Get dockerhub postgres service tags if: ${{ steps.compare.outputs.output == 'true' }} @@ -87,7 +87,7 @@ jobs: # Increment patch level IFS='.' read -r -a v <<< "$t" - v[2]=$((v[2] + 1)) + v[2]=$((v[2] + 3)) echo "output=$(IFS="."; echo "${v[*]// /}")" >> $GITHUB_OUTPUT outputs: