Skip to content

Commit

Permalink
🩹 Use docker/setup-buildx-action in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jan 8, 2025
1 parent cce34a1 commit bc870ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Login
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit bc870ba

Please sign in to comment.