File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 include :
2121 - context : ./
2222 dockerfile : ./apps/web/Dockerfile
23- image : ghcr.io/stever/zxcoder
23+ image : ghcr.io/stever/zxcode
2424 - context : ./apps/proxy/
2525 dockerfile : ./apps/proxy/Dockerfile
26- image : ghcr.io/stever/zxcoder -proxy
26+ image : ghcr.io/stever/zxcode -proxy
2727 - context : ./apps/auth/
2828 dockerfile : ./apps/auth/Dockerfile
29- image : ghcr.io/stever/zxcoder -auth
29+ image : ghcr.io/stever/zxcode -auth
3030 - context : ./
3131 dockerfile : ./apps/gif-service/Dockerfile
32- image : ghcr.io/stever/zxcoder -gif-service
32+ image : ghcr.io/stever/zxcode -gif-service
3333 - context : ./
3434 dockerfile : ./apps/mastodon-bot/Dockerfile
35- image : ghcr.io/stever/zxcoder -mastodon-bot
35+ image : ghcr.io/stever/zxcode -mastodon-bot
3636 permissions :
3737 contents : read
3838 packages : write
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
4949 # NOTE: the healthchecks need the hardened images (which add /health to z88dk)
5050 # rebuilt and pushed — see zxcode-api-z88dk / zxcode-api-zxbasic.
5151 z88dk :
52- image : ghcr.io/stever/zxcoder -api-z88dk
52+ image : ghcr.io/stever/zxcode -api-z88dk
5353 restart : always
5454 mem_limit : 512m
5555 cpus : 1.0
@@ -67,7 +67,7 @@ services:
6767 start_period : 20s
6868
6969 zxbasic :
70- image : ghcr.io/stever/zxcoder -api-zxbasic
70+ image : ghcr.io/stever/zxcode -api-zxbasic
7171 restart : always
7272 mem_limit : 512m
7373 cpus : 1.0
You can’t perform that action at this time.
0 commit comments