Skip to content

Commit

Permalink
Fix typo in retag_images.py (#23280)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk committed Apr 27, 2022
1 parent a0e08f7 commit 0d6e29a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/retag_docker_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@


GHCR_IO_IMAGES = [
"{prefix}/{repo}/{branch}/ci/python{python_version}:latest",
"{prefix}/{repo}/{branch}/prod/python{python_version}:latest",
"{prefix}/{repo}/{branch}/ci/python{python}:latest",
"{prefix}/{repo}/{branch}/prod/python{python}:latest",
]


Expand Down

0 comments on commit 0d6e29a

Please sign in to comment.