Merge branch 'main' into fix-windows-compilation
This commit is contained in:
commit
ff1dd918d0
2 changed files with 2 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ jobs:
|
|||
name: Build Silo Frontend DEV
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:22-bookworm
|
||||
image: code.forgejo.org/oci/${{ env.IMAGE }}
|
||||
uses: ./.forgejo/workflows/${{ vars.PATHNAME }}
|
||||
with:
|
||||
STAGE: dev
|
||||
|
|
|
|||
|
|
@ -2008,7 +2008,7 @@
|
|||
},
|
||||
"container": {
|
||||
"description": "A container to run any steps in a job that don't already specify a container. If you have steps that use both script and container actions, the container actions will run as sibling containers on the same network with the same volume mounts.\n\nIf you do not set a container, all steps will run directly on the host specified by runs-on unless a step refers to an action configured to run in a container.",
|
||||
"context": ["forge", "forgejo", "github", "inputs", "vars", "needs", "strategy", "matrix"],
|
||||
"context": ["forge", "forgejo", "github", "inputs", "vars", "needs", "strategy", "matrix", "env"],
|
||||
"one-of": ["string", "container-mapping"]
|
||||
},
|
||||
"container-mapping": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue