Skip to content

Commit

Permalink
ci: create builder for building Docker containers with buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
JoosepAlviste committed Jan 6, 2024
1 parent 52f1892 commit 5e93c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
with:
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: nrwl/nx-set-shas@v3
with:
main-branch-name: 'master'
Expand Down

0 comments on commit 5e93c22

Please sign in to comment.