更新 github action

This commit is contained in:
YsDoii 2024-10-08 17:06:04 +08:00
parent dd1ebc8bf9
commit e45852249a

View File

@ -21,7 +21,6 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm install && pnpm build
- uses: actions/checkout@v4
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
- name: Log in to registry