changelog cli & skills (#2013) #59
docker-publish.yml
on: push
prepare
6s
Matrix: build-and-push
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 (server, ., apps/server/Dockerfile)
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, ., apps/workflows/Dockerfile)
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, apps/private-location, apps/private-location/Dockerfile)
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 (checker, apps/checker, apps/checker/Dockerfile)
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 (status-page, ., apps/status-page/Dockerfile)
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 "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 "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 "CRON_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 "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 "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 "RESEND_API_KEY")
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/
|
|
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~62T9GJ.dockerbuild
|
82.4 KB |
sha256:6e6cd38ce2ada1a36ec39097297bbd04dfde5c6957c6a69fa102ee6e3e72890c
|
|
|
openstatusHQ~openstatus~AZ49RN.dockerbuild
|
118 KB |
sha256:8acbe87b0cdc030dd9e5b0882850ab79a4184cf6a2d57e17716d18012e000e34
|
|
|
openstatusHQ~openstatus~IYD7B3.dockerbuild
|
86.9 KB |
sha256:bb860d88eb2cf8aa3093f53a35525613d9beaf849df31232ed2be0323d5a3888
|
|
|
openstatusHQ~openstatus~OWE2GL.dockerbuild
|
361 KB |
sha256:c3c76d2a47ec0b5baa1ac12d8451f063551222ab057d9920b78e24ac2fb8be5d
|
|
|
openstatusHQ~openstatus~X7ETRL.dockerbuild
|
224 KB |
sha256:20ea71d46ea618dee1ca3e4948fa6b4efebd652484b82401e03134852518834c
|
|
|
openstatushq-openstatus-checker_sha256_4ab8730722f8728390a34a1b1a9c3def9ddd45920f0bf2057cc8a5d564a70963.spdx.json
|
8.67 KB |
sha256:ef62c2ce04d6b8cf388a7a717ee3e0f7843f25187eafbf8fa30456275365ae2e
|
|
|
openstatushq-openstatus-private-location_sha256_72664429399fc7181781ae7ac85a23031419bc240eeec48a06d1b109e8ec757e.spdx.json
|
17.2 KB |
sha256:a16fe1c32154ae5d8cf5e574536c4ddcb7745ea6186edc00fca1bbacc0963ed5
|
|
|
openstatushq-openstatus-server_sha256_b2105c8e0980f3e3923cbb4ded8b028bc4977449e874d0237a665e152c618861.spdx.json
|
389 KB |
sha256:1ce180f32d17b2bfcfc1f5298bf9854914e6b0b4f1b2a56c33a9ed1d3fa1a2e6
|
|
|
openstatushq-openstatus-status-page_sha256_8c3c4d736f113d85fbe3f8fa024e92d04fb5b819bccb4cf651a52a4ed5a5e47a.spdx.json
|
987 KB |
sha256:b5ab8731e64d048d32300f3f83384ae7e8a92031ad66d8469e0a1b7c2d39b4a6
|
|
|
openstatushq-openstatus-workflows_sha256_3f3117df2a51126e3e76fee487d2d6fc09f315057297469754d3cc8e581ceb68.spdx.json
|
420 KB |
sha256:c58e76df69ef2e59627373826e30cb5a7109774e5f8339c4a4dedf24eb6bc401
|
|
|
sbom-checker
|
8.49 KB |
sha256:49b16dc56649dde41be3096531ced30cc3df1509b8d54eedc145208a3bc64ce5
|
|
|
sbom-private-location
|
17 KB |
sha256:31979b512c3af4ac21f5c100778dfdfab05751f72b5d7002f807ecc9a6e89a11
|
|
|
sbom-server
|
389 KB |
sha256:a3a754ccd8edabf00bfca25f52c9fa66109f237bc1a8efcf75e8ae4af273de3b
|
|
|
sbom-status-page
|
987 KB |
sha256:102b9721b49da38cdcf6520255d03492cfb1132383ef8c77b08c3177b4231d0f
|
|
|
sbom-workflows
|
420 KB |
sha256:34ebaf8286833eba1e52e138c5e3b3dda25231713cf6e7eda45f91065589eeb7
|
|