Skip to content

Commit

Permalink
fix(ci): use buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Mar 12, 2024
1 parent 84aa480 commit 13b3d79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ jobs:
- run: ant -Dapp.version=1.0.0-SNAPSHOT

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

# - name: Configure docker
# run: docker daemon --storage-opt dm.basesize=20G

- name: Check config
run: docker info

- name: Start exist-ci containers
run: |
docker run -dit -p 8080:8080 -v ${{ github.workspace }}/build:/exist/autodeploy \
Expand Down

0 comments on commit 13b3d79

Please sign in to comment.