Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adk23333 committed Mar 6, 2024
1 parent f5f6a57 commit e5a5b5f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./tieba-admin-server
steps:
-
name: Checkout
Expand All @@ -23,10 +20,10 @@ jobs:

- name: Install dependencies
run: npm install
working-directory: ../tieba-admin-web
working-directory: ./tieba-admin-web
- name: Build
run: npm run build
working-directory: ../tieba-admin-web
working-directory: ./tieba-admin-web

-
name: Docker meta
Expand All @@ -49,7 +46,7 @@ jobs:
name: Build and push
uses: docker/build-push-action@v5
with:
context: .
context: ./tieba-admin-server
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e5a5b5f

Please sign in to comment.