Commit 094451f
authored
ci(release): push images to Docker Hub alongside Quay (#743)
Quay keeps no lifetime pull counter — only daily rows, exposed for a
trailing 92 days (MAX_DAYS_IN_3_MONTHS in quay/quay). Docker Hub keeps a
monotonic one, and lakhansamani/authorizer already holds 5 years of it,
stalled since v2.2.1 when releases went Quay-only.
One buildx invocation carries both tag sets, so digests match and build
time is unchanged. Buildcache stays on Quay alone.
Reuses the existing DOCKER_USERNAME/DOCKER_PASSWORD secrets from when
releases last shipped to Docker Hub.1 parent 36ca2c4 commit 094451f
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
71 | 79 | | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
75 | 83 | | |
76 | | - | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
80 | | - | |
| 88 | + | |
81 | 89 | | |
82 | 90 | | |
83 | 91 | | |
| |||
0 commit comments