Skip to content

Commit

Permalink
Merge pull request #2662 from consideRatio/pr/non-dev-version-bumps-a…
Browse files Browse the repository at this point in the history
…lso-ok

ci: allow repo2docker bumps to non-dev versions
  • Loading branch information
consideRatio authored Jun 13, 2023
2 parents c27a7ea + 83c5c76 commit b93d0d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
latest_tag=$(
docker run --rm quay.io/skopeo/stable list-tags docker://${{ matrix.registry }}/${{ matrix.repository }} \
| jq -r '[.Tags[] | select(. | match("^\\d+\\.\\d+\\.\\d+(-\\d+\\..*)$"))] | sort_by(split(".-") | map(tonumber? // 0)) | last'
| jq -r '[.Tags[] | select(. | match("^\\d+\\.\\d+\\.\\d+(-\\d+\\..*)?$"))] | sort_by(split(".-") | map(tonumber? // 0)) | last'
)
echo "tag=$latest_tag" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit b93d0d7

Please sign in to comment.