push docker with CI

This commit is contained in:
Histausse 2023-05-24 12:33:11 +02:00
parent d6e0d933d8
commit 48c95b975a
3 changed files with 26 additions and 4 deletions

View file

@ -16,6 +16,7 @@ for path in REMOVE_PATHS:
else:
os.unlink(path)
subprocess.call(["poetry", "lock"])
subprocess.call(["git", "init"])
subprocess.call(["git", "checkout", "-b", "main"])
subprocess.call(["git", "add", "*"])