Skip to content

Commit 804ed9f

Browse files
committed
Added zxplay container build instruction
1 parent c9c4831 commit 804ed9f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/publish-containers.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333
- context: ./
3434
dockerfile: ./apps/mastodon-bot/Dockerfile
3535
image: ghcr.io/stever/zxcode-mastodon-bot
36+
# zxplay.org. Keeps the original ghcr.io/stever/zxplay image name so the
37+
# existing deploy is unchanged; requires granting this repo Actions
38+
# write access to the stever/zxplay package in GHCR.
39+
- context: ./
40+
dockerfile: ./apps/play/Dockerfile
41+
image: ghcr.io/stever/zxplay
3642
permissions:
3743
contents: read
3844
packages: write

0 commit comments

Comments
 (0)