We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c4831 commit 804ed9fCopy full SHA for 804ed9f
1 file changed
.github/workflows/publish-containers.yml
@@ -33,6 +33,12 @@ jobs:
33
- context: ./
34
dockerfile: ./apps/mastodon-bot/Dockerfile
35
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
42
permissions:
43
contents: read
44
packages: write
0 commit comments