Skip to content

Commit

Permalink
Fix docker search (#32750)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 11, 2024
1 parent 07322cc commit e7ec432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/finalize_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "Publish SDK docker images to Docker Hub."
echo "================Pull RC Containers from DockerHub==========="
IMAGES=$(docker search apache/beam_ --format "{{.Name}}" --limit 100)
IMAGES=$(docker search apache/beam --format "{{.Name}}" --limit 100)
KNOWN_IMAGES=()
echo "We are using ${RC_VERSION} to push docker images for ${RELEASE}."
while read IMAGE; do
Expand Down

0 comments on commit e7ec432

Please sign in to comment.