Skip to content

Commit

Permalink
Add buildx setup step, fix buildx push ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice737 authored Jun 25, 2024
1 parent 3381acb commit dba1406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
sparse-checkout: Dockerfile
sparse-checkout-cone-mode: false
- uses: docker/setup-buildx-action@v3
- name: Build image
uses: docker/setup-buildx-action@v3
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit dba1406

Please sign in to comment.