Skip to content

Commit

Permalink
Error: repository name must be lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 9, 2024
1 parent 9572634 commit 381e6b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- "5432:5432"

web:
image: "ghcr.io/ZeusWPI/Tap:latest"
image: "ghcr.io/zeuswpi/tap:latest"
ports:
- "3008:3000"
volumes:
Expand All @@ -26,7 +26,7 @@ services:
RAILS_SERVE_STATIC_FILES: 1

sidekiq:
image: "ghcr.io/ZeusWPI/Tap:latest"
image: "ghcr.io/zeuswpi/tap:latest"
depends_on:
- db
- redis
Expand Down

0 comments on commit 381e6b3

Please sign in to comment.