Skip to content

Commit

Permalink
fix: move images in the correct repository
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-besbes committed Feb 25, 2024
1 parent ede220b commit 43516ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- head_network

head_office:
image: omarbesbes/head_office:latest
image: omarbesbes/database-synchronization-app/head_office:latest
build:
context: .
args:
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
- branch_network

branch_office:
image: omarbesbes/branch_office:latest
image: omarbesbes/database-synchronization-app/branch_office:latest
build:
context: .
args:
Expand Down

0 comments on commit 43516ea

Please sign in to comment.