We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1e8b1 commit e789776Copy full SHA for e789776
.github/workflows/build-stack-images.yml
@@ -23,6 +23,8 @@ jobs:
23
dockerfile: images/NextjsVanillaDockerFile
24
- name: nextjs-p5
25
dockerfile: images/NextjsP5DockerFile
26
+ - name: nextjs-pixi
27
+ dockerfile: images/NextjsPixiDockerFile
28
name: Build ${{ matrix.app.name }} Image
29
runs-on: ubuntu-latest
30
permissions:
0 commit comments