damccorm commented on issue #32731: URL: https://github.com/apache/beam/issues/32731#issuecomment-2407430142
I think https://github.com/apache/beam/blob/07322cc86d35fd2af5c32228796e7936f58416d6/.github/workflows/finalize_release.yml#L58C18-L58C77 is likely the problem - it looks like maybe docker search doesn't respect anything after the `/`. ``` dannymccormick-macbookpro:~ dannymccormick$ docker search "apache/beam_python3.11_sdk" --format "{{.Name}}" --limit 100 apache/beam_python3.11_sdk apache/airflow apache/superset bitnami/apache apache/couchdb apache/solr-operator apache/tika apache/apisix apache/nifi-registry ... ``` (doesn't include beam_python3.12_sdk) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
