Print tags before writing to file #5
2 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,8 @@ def determine_tags(version_string, app_env, include_major):
|
|||
|
||||
|
||||
def write_tags_to_file(tags):
|
||||
print(tags)
|
||||
|
||||
with open(".tags", "w") as file:
|
||||
file.write(tags)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "determine-docker-tags"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "A small program to determine docker image tags"
|
||||
authors = ["Magnus Walbeck <magnus.walbeck@walbeck.it>"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Reference in a new issue