Skip to content

Commit

Permalink
deploy: publish "unstable-COMMIT" tags to Docker Hub again
Browse files Browse the repository at this point in the history
I accidentally removed these tags in 1f57657.
  • Loading branch information
benesch committed Dec 6, 2021
1 parent b3df96c commit 82203dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/deploy/linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def main() -> None:
publish_multiarch_images("latest", deps)
else:
publish_multiarch_images("unstable", deps)
publish_multiarch_images(f'unstable-{git.rev_parse("HEAD")}', deps)

print("--- Uploading binary tarball")
for repo in repos:
Expand Down

0 comments on commit 82203dd

Please sign in to comment.