Skip to content

Commit

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

0 comments on commit e2eacbc

Please sign in to comment.