Skip to content

Commit 4808b63

Browse files
committed
update workflows
1 parent 22cd734 commit 4808b63

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

docker/get_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildstr = " ".join(
1717
[
18-
"docker build -f docker/pynonymizer.Dockerfile .",
18+
"docker build .",
1919
*[f"-t rwnxt/pynonymizer:{tag}" for tag in tags],
2020
]
2121
)

0 commit comments

Comments
 (0)