This commit is contained in:
parent
82df68ab4c
commit
51b8331ba7
2 changed files with 4 additions and 1 deletions
|
@ -42,6 +42,9 @@ def determine_tags(
|
|||
def write_tags_to_file(tags, path):
|
||||
print(tags)
|
||||
|
||||
if path != ".tags":
|
||||
tags = "tags=" + tags
|
||||
|
||||
with open(path, "w") as file:
|
||||
file.write(tags)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "determine-docker-tags"
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
description = "A small program to determine docker image tags"
|
||||
authors = ["Magnus Walbeck <magnus.walbeck@walbeck.it>"]
|
||||
readme = "README.md"
|
||||
|
|
Loading…
Add table
Reference in a new issue