Skip to content

feat: add custom_domain to StatusPageSummary proto message (#2007) #55

feat: add custom_domain to StatusPageSummary proto message (#2007)

feat: add custom_domain to StatusPageSummary proto message (#2007) #55

Triggered via push March 23, 2026 16:05
Status Cancelled
Total duration 31m 54s
Artifacts 15
prepare
7s
prepare
Matrix: build-and-push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 18 warnings
build-and-push (dashboard)
The job has exceeded the maximum execution time of 30m0s
build-and-push (dashboard)
The operation was canceled.
prepare
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-push (checker)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
The 'as' keyword should match the case of the 'from' keyword: apps/checker/Dockerfile#L1
FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
build-and-push (server)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-push (workflows)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-push (private-location)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-push (status-page)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "CRON_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Variables should be defined before their use: apps/status-page/Dockerfile#L10
UndefinedVar: Usage of undefined variable '$PNPM_HOME' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "UPSTASH_REDIS_REST_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "UNKEY_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "OPENPANEL_CLIENT_SECRET") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "TINY_BIRD_API_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "STRIPE_SECRET_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "DATABASE_AUTH_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "VERCEL_AUTH_BEARER_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Sensitive data should not be used in the ARG or ENV commands: apps/status-page/Dockerfile#L10
SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "RESEND_API_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
build-and-push (dashboard)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, docker/build-push-action@v6, docker/login-action@v3, docker/metadata-action@v5, docker/setup-buildx-action@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
openstatusHQ~openstatus~0FGWHT.dockerbuild
123 KB
sha256:681877948261820df69252142744ae9505c869f3dfaa7f61972101d26902a877
openstatusHQ~openstatus~0RQ620.dockerbuild
55.6 KB
sha256:bbebc845ad208c4b56d5561c17870297cb7d1a1c79b8e0633a35d22bc40f8e9e
openstatusHQ~openstatus~EA3S0F.dockerbuild
86.9 KB
sha256:2c24514f7d8cf5929f9fb28a1ee90856cb52b594fcee6d3b150b302a97b93e82
openstatusHQ~openstatus~LEPNUZ.dockerbuild
198 KB
sha256:bbe594a35a507f9bb93d896c5e8e029ddd2e4d3d18b0ac71a03ac6c895c34c42
openstatusHQ~openstatus~Q0G1NF.dockerbuild
687 KB
sha256:2078a28b97629205382b51312520a0694c3b9a3ed23d1c16107ff619ee061e47
openstatushq-openstatus-checker_sha256_cdbe5d3b569165d7525bd3c68367965ed8f7cd1baeb34c09ac66a816dd981b4c.spdx.json
8.66 KB
sha256:a27e8b595e7855aa73cb353ad27394dc85e05b969e1b703e74b47c6540feebf7
openstatushq-openstatus-private-location_sha256_96da244b5d9cd46218ffb6a0330b06ead0cb4073a94b33a18ab32d5a2c68c6ec.spdx.json
17.2 KB
sha256:0d90d188c0008d43c7616b297323b24a0d37f378472a2b72299b9f4de2454145
openstatushq-openstatus-server_sha256_e86fab3c5ffcb81fb039e10bba698655f6d3629ed31cedabd7cedbc9649431a5.spdx.json
389 KB
sha256:e26a7f370ea47b9e02952f5dd37cad7757b18822f215055584d3b3b7cb3311eb
openstatushq-openstatus-status-page_sha256_b956aa778aa3d8bf660601971816876ae18b0914e134231d5353c5951ccc0342.spdx.json
987 KB
sha256:f33805877adec310eed8d2ca84c09873cd9d23887946bc2bb5e799b31e983450
openstatushq-openstatus-workflows_sha256_ef80f3367d7b717a082fba561d5af5db5579fb329288db40727075c4109e2770.spdx.json
420 KB
sha256:3a596d38ff76df8a40d2952f214c4282b45eee431f3e35c0c6899e2e023aedaa
sbom-checker
8.49 KB
sha256:c5c96bf315f1df656e01fcc12cb6638e03fa27902e4626e5ed4eb8fdeacf00f5
sbom-private-location
17 KB
sha256:31aaf4113d8dd2b62b559eff2579e35ec3f3e33fdb4e0a1d33e175a55c78f6fc
sbom-server
389 KB
sha256:42a909a61b01f0178a134293a08c024fa4c3ba6b4f0809325588b197a779c039
sbom-status-page
987 KB
sha256:15ec02a0c4220d074a0bfe496f8af533a907cbcb7d6374bc16ef060e16e3b2e4
sbom-workflows
420 KB
sha256:e3ce7d5e420d2ff15f251345053a5bc320d65b4fc3ecb66cde84dfd75ed6f5b8