We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d81ed commit 3f872ebCopy full SHA for 3f872eb
.github/workflows/publish-containers.yml
@@ -20,13 +20,13 @@ jobs:
20
include:
21
- context: ./
22
dockerfile: ./apps/web/Dockerfile
23
- image: ghcr.io/zxplay/zxcoder
+ image: ghcr.io/stever/zxcoder
24
- context: ./apps/proxy/
25
dockerfile: ./apps/proxy/Dockerfile
26
- image: ghcr.io/zxplay/zxcoder-proxy
+ image: ghcr.io/stever/zxcoder-proxy
27
- context: ./apps/auth/
28
dockerfile: ./apps/auth/Dockerfile
29
- image: ghcr.io/zxplay/zxcoder-auth
+ image: ghcr.io/stever/zxcoder-auth
30
permissions:
31
contents: read
32
packages: write
0 commit comments