Fix: Gitea Action
Some checks failed
Check SPDX-License-Identifier / check-spdx-license-id (push) Failing after 19s
Check copyright year / check_copyright_year (push) Successful in 16s
Publish Docker image (develop) / Build (linux/amd64) (push) Failing after 5m20s
Publish Docker image (develop) / merge (push) Has been skipped
Dockle / dockle (push) Successful in 1m7s
Lint / pnpm_install (push) Successful in 4m8s
Lint / locale_verify (push) Successful in 3m59s
Storybook / build (push) Has been skipped
Test (frontend) / vitest (20.16.0) (push) Failing after 4m43s
Test (frontend) / e2e (chrome, 20.16.0) (push) Failing after 5m16s
Test (production install and build) / production (20.16.0) (push) Successful in 3m36s
Lint / lint (backend) (push) Successful in 5m44s
Lint / lint (frontend) (push) Failing after 16m42s
Lint / lint (frontend-embed) (push) Successful in 5m53s
Lint / lint (frontend-shared) (push) Successful in 4m14s
Lint / lint (misskey-bubble-game) (push) Successful in 4m59s
Lint / lint (misskey-js) (push) Successful in 4m38s
Lint / lint (misskey-reversi) (push) Successful in 4m22s
Lint / lint (sw) (push) Successful in 4m21s
Lint / typecheck (backend) (push) Successful in 3m49s
Lint / typecheck (misskey-js) (push) Successful in 2m42s
Lint / typecheck (sw) (push) Successful in 2m58s
Some checks failed
Check SPDX-License-Identifier / check-spdx-license-id (push) Failing after 19s
Check copyright year / check_copyright_year (push) Successful in 16s
Publish Docker image (develop) / Build (linux/amd64) (push) Failing after 5m20s
Publish Docker image (develop) / merge (push) Has been skipped
Dockle / dockle (push) Successful in 1m7s
Lint / pnpm_install (push) Successful in 4m8s
Lint / locale_verify (push) Successful in 3m59s
Storybook / build (push) Has been skipped
Test (frontend) / vitest (20.16.0) (push) Failing after 4m43s
Test (frontend) / e2e (chrome, 20.16.0) (push) Failing after 5m16s
Test (production install and build) / production (20.16.0) (push) Successful in 3m36s
Lint / lint (backend) (push) Successful in 5m44s
Lint / lint (frontend) (push) Failing after 16m42s
Lint / lint (frontend-embed) (push) Successful in 5m53s
Lint / lint (frontend-shared) (push) Successful in 4m14s
Lint / lint (misskey-bubble-game) (push) Successful in 4m59s
Lint / lint (misskey-js) (push) Successful in 4m38s
Lint / lint (misskey-reversi) (push) Successful in 4m22s
Lint / lint (sw) (push) Successful in 4m21s
Lint / typecheck (backend) (push) Successful in 3m49s
Lint / typecheck (misskey-js) (push) Successful in 2m42s
Lint / typecheck (sw) (push) Successful in 2m58s
This commit is contained in:
parent
797512e402
commit
b6dff11a52
8
.github/workflows/docker-develop.yml
vendored
8
.github/workflows/docker-develop.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY_IMAGE: laoxong/misskey
|
||||
REGISTRY_IMAGE: laoxong/misskey:develop
|
||||
|
||||
jobs:
|
||||
# see https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
#- linux/arm64
|
||||
if: github.repository == 'laoxong/misskey'
|
||||
steps:
|
||||
- name: Prepare
|
||||
@ -53,7 +53,7 @@ jobs:
|
||||
digest="${{ steps.build.outputs.digest }}"
|
||||
touch "/tmp/digests/${digest#sha256:}"
|
||||
- name: Upload digest
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: digests-${{ env.PLATFORM_PAIR }}
|
||||
path: /tmp/digests/*
|
||||
@ -66,7 +66,7 @@ jobs:
|
||||
- build
|
||||
steps:
|
||||
- name: Download digests
|
||||
uses: actions/download-artifact@v4
|
||||
uses: christopherhx/gitea-download-artifact@v4
|
||||
with:
|
||||
path: /tmp/digests
|
||||
pattern: digests-*
|
||||
|
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
digest="${{ steps.build.outputs.digest }}"
|
||||
touch "/tmp/digests/${digest#sha256:}"
|
||||
- name: Upload digest
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: digests-${{ env.PLATFORM_PAIR }}
|
||||
path: /tmp/digests/*
|
||||
@ -77,7 +77,7 @@ jobs:
|
||||
- build
|
||||
steps:
|
||||
- name: Download digests
|
||||
uses: actions/download-artifact@v4
|
||||
uses: christopherhx/gitea-download-artifact@v4
|
||||
with:
|
||||
path: /tmp/digests
|
||||
pattern: digests-*
|
||||
|
Loading…
Reference in New Issue
Block a user