diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a716575..f6de936 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - name: Fetch recent tags from source id: fetch_source_tags run: | - curl -s "https://hub.docker.com/v2/repositories/bitnami/mariadb/tags/?page_size=100" | \ + curl -s "https://hub.docker.com/v2/repositories/bitnami/mariadb/tags/?page_size=30" | \ jq -r '.results | sort_by(.last_updated) | reverse | map(select(.name | test("^[0-9]+\\.[0-9]+\\.[0-9]+-debian-12"))) | .[].name' > source_tags.txt - name: Fetch destination tags