Skip to content

Commit

Permalink
Setup buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaZ2 committed Sep 6, 2024
1 parent 0634a49 commit b34bcaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

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

- name: Build and push
uses: docker/bake-action@v5
with:
Expand Down

0 comments on commit b34bcaa

Please sign in to comment.