Skip to content

Commit

Permalink
genie working
Browse files Browse the repository at this point in the history
  • Loading branch information
timam committed Oct 23, 2023
1 parent b4972c3 commit 1a9267a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,12 @@ pipelines:
images:
watcher:
image: watcher
tags:
- ${runtime.images.watcher.tag}
custom:
command: |-
docker build -t ${runtime.images.watcher.image}:${runtime.images.watcher.tag} . -f svc/watcher/Dockerfile
genie:
image: genie
tags:
- ${runtime.images.genie.tag}
custom:
command: |-
docker build -t ${runtime.images.genie.image}:${runtime.images.genie.tag} . -f svc/genie/Dockerfile
Expand Down

0 comments on commit 1a9267a

Please sign in to comment.