Skip to content

Commit 9853298

Browse files
authored
feat: yield image
1 parent 29e94c7 commit 9853298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.transpire.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ def objects():
3636

3737

3838
def images():
39-
yield Image(name="ocfdocs", path=Path("/"))
39+
yield Image(name="ocfdocs", path=Path("/"), registry="ghrc")
40+

0 commit comments

Comments
 (0)