Skip to content

Commit

Permalink
fix: GHCR image names
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Tucker <[email protected]>
  • Loading branch information
dave-tucker committed Mar 14, 2024
1 parent d4fdec7 commit 973a86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/ansible/bot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: Start the container
community.docker.docker_container:
name: instruct-lab-bot
image: ghcr.io/redhat-et/instruct-lab-bot:main
image: ghcr.io/redhat-et/instruct-lab-bot/instruct-lab-bot:main
state: started
links:
- "instructlab:instructlab"
Expand Down
2 changes: 1 addition & 1 deletion deploy/ansible/instructlab/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
- name: Serve the model
community.docker.docker_container:
name: instruct-lab-serve
image: ghcr.io/redhat-et/instruct-lab-serve:main
image: ghcr.io/redhat-et/instruct-lab-bot/instruct-lab-serve:main
state: started
ports:
- "8000:8000"
Expand Down

0 comments on commit 973a86f

Please sign in to comment.