Skip to content

Commit

Permalink
fix: dont build too old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
davhdavh authored Nov 4, 2024
1 parent 807fc6f commit 8fdbbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fdbbb4

Please sign in to comment.