We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f357a commit 622e21eCopy full SHA for 622e21e
backend/dep.yml
@@ -15,7 +15,7 @@ spec:
15
containers:
16
- name: be
17
# TODO
18
- # image: registry.digitalocean.com/hort/snake_be:0.1
+ # image: registry.digitalocean.com/snake/snake_be:latest
19
image: snake_be:0.1
20
ports:
21
- name: http
frontend/dep.yml
- name: fe
- # image: registry.digitalocean.com/hort/snake_fe:0.1
+ # image: registry.digitalocean.com/snake/snake_fe:latest
image: snake_fe:0.1
0 commit comments