Skip to content

Commit

Permalink
Update push-compare.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored Nov 15, 2024
1 parent 34c0bea commit 43a80d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 43a80d5

Please sign in to comment.