Skip to content

Commit

Permalink
fix: steps divided
Browse files Browse the repository at this point in the history
  • Loading branch information
account0123 committed Mar 11, 2024
1 parent e2eacbc commit 8483aab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v1
- name: Generate lockfile
- uses: oven-sh/setup-bun@v1
- run: bun install
run: bun install
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 8483aab

Please sign in to comment.