Skip to content

Commit

Permalink
fix: setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
tchardin committed May 7, 2024
1 parent 860f19c commit def07e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build and push Docker image
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit def07e0

Please sign in to comment.