We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c57b8d commit f122f2eCopy full SHA for f122f2e
3 files changed
.github/workflows/publish-containers.yml
@@ -27,6 +27,12 @@ jobs:
27
- context: ./apps/auth/
28
dockerfile: ./apps/auth/Dockerfile
29
image: ghcr.io/stever/zxcoder-auth
30
+ - context: ./
31
+ dockerfile: ./apps/gif-service/Dockerfile
32
+ image: ghcr.io/stever/zxcoder-gif-service
33
34
+ dockerfile: ./apps/mastodon-bot/Dockerfile
35
+ image: ghcr.io/stever/zxcoder-mastodon-bot
36
permissions:
37
contents: read
38
packages: write
apps/web/.gitignore
@@ -7,6 +7,8 @@
7
/build/
8
/es5/
9
/node_modules/
10
-/public/dist/
+/public/dist/*
11
+# The compiled emulator core is committed so gif-service can be built in CI.
12
+!/public/dist/jsspeccy-core.wasm
13
/schema.graphql
14
/typedocs/
apps/web/public/dist/jsspeccy-core.wasm
168 KB
0 commit comments