Update Github Action

This commit is contained in:
laoXong 2024-09-30 00:39:00 +08:00
parent 977c161294
commit 507e9e580f
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
REGISTRY_IMAGE: misskey/misskey
REGISTRY_IMAGE: laoxong/misskey
jobs:
# see https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
@ -20,7 +20,7 @@ jobs:
platform:
- linux/amd64
- linux/arm64
if: github.repository == 'misskey-dev/misskey'
if: github.repository == 'laoxong/misskey'
steps:
- name: Prepare
run: |

View File

@ -25,7 +25,7 @@ jobs:
matrix:
platform:
- linux/amd64
- linux/arm64
# - linux/arm64
steps:
- name: Prepare
run: |

View File

@ -19,7 +19,7 @@ jobs:
env:
NODE_OPTIONS: "--max_old_space_size=7168"
if: github.repository == 'misskey-dev/misskey'
steps:
- uses: actions/checkout@v4.1.1
if: github.event_name != 'pull_request_target'