Skip to content

Commit

Permalink
tentative test - use ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
turtlebasket committed Feb 6, 2025
1 parent 973bcca commit 4ee86ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .transpire.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@


def images():
yield Image(name="web", path=Path("/"), target="web")
yield Image(name="worker", path=Path("/"), target="worker")
yield Image(name="static", path=Path("/"), target="static")
yield Image(name="web", path=Path("/"), target="web", registry="ghcr")
yield Image(name="worker", path=Path("/"), target="worker", registry="ghcr")
yield Image(name="static", path=Path("/"), target="static", registry="ghcr")


def add_ocfweb_common(dep):
Expand Down

0 comments on commit 4ee86ab

Please sign in to comment.