Skip to content

fix(web): password input type + ci reusable workflow + multi-arch images #484

fix(web): password input type + ci reusable workflow + multi-arch images

fix(web): password input type + ci reusable workflow + multi-arch images #484

Workflow file for this run

name: Apps / Web
on:
push:
branches:
- main
paths:
- "apps/web/**"
- "packages/**"
- ".github/workflows/apps-web.yaml"
pull_request:
paths:
- "apps/web/**"
- "packages/**"
workflow_dispatch:
jobs:
build:

Check failure on line 18 in .github/workflows/apps-web.yaml

View workflow run for this annotation

GitHub Actions / Apps / Web

Invalid workflow file

The workflow is not valid. .github/workflows/apps-web.yaml (Line: 18, Col: 3): Error calling workflow 'ctrlplanedev/ctrlplane/.github/workflows/build-image.yaml@a1668c07399063e43d214c23d9c0413e52c9f44f'. The nested job 'build' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/build-image.yaml
secrets: inherit
with:
image-name: ctrlplane/web
dockerfile: apps/web/Dockerfile