Skip to content

Commit c022ec1

Browse files
committed
chore: move schema from docker.io to ghcr.io
1 parent 11bc319 commit c022ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/roles/schema/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- name: Run schema server
33
community.docker.docker_container:
44
name: schema
5-
image: spaceapi/schema:latest
5+
image: ghcr.io/spaceapi/schema:latest
66
state: started
77
restart_policy: always
88
networks:

0 commit comments

Comments
 (0)