Skip to content

Commit 3198439

Browse files
committed
Updating container names
1 parent 1e56196 commit 3198439

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/publish-containers.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)