Skip to content

Commit

Permalink
Test testing the image :P
Browse files Browse the repository at this point in the history
  • Loading branch information
gdubicki committed Jul 7, 2022
1 parent 44cffc1 commit c6424a4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,6 @@ jobs:
# full version
tags.add(f"{image}:{version}")
# if not parse(version).is_prerelease:
# # only final and post-releases should get the tags
# # used for automatic use of latest *stable* version
#
# # major_version
# major_version = re.search(r'(\d+?)\.', version).group(1)
# tags.add(f"{image}:{major_version}")
#
# # major_version.minor_version
# major_and_minor_version = re.search(r'(\d+?\.\d+?)\.', version).group(1)
# tags.add(f"{image}:{major_and_minor_version}")
#
# tags.add(f"{image}:latest")

tags = ",".join(sorted(list(tags)))
print(f"::set-output name=tags::{tags}")
Expand Down

0 comments on commit c6424a4

Please sign in to comment.