Skip to content

Commit

Permalink
🚀 Updated registry image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdheshnayak committed Dec 4, 2023
1 parent 20f356f commit 8992f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ tasks:
msg: "var tag must have a value"
silent: true
vars:
IMAGE: ghcr.io/kloudlite/web/packages/{{.app}}-web:{{.tag}}
IMAGE: ghcr.io/kloudlite/platform/web/{{.app}}-web:{{.tag}}
cmds:
- docker build --build-arg APP={{.app}} . -t {{.IMAGE}}
- docker push {{.IMAGE}}
Expand All @@ -163,7 +163,7 @@ tasks:
msg: "var tag must have a value"
silent: true
vars:
IMAGE: ghcr.io/kloudlite/web/packages
IMAGE: ghcr.io/kloudlite/platform/web
cmds:
- docker build --build-arg APP=auth . -t {{.IMAGE}}/auth:{{.tag}}
- docker push {{.IMAGE}}/auth:{{.tag}}
Expand Down

0 comments on commit 8992f58

Please sign in to comment.