Skip to content

Commit

Permalink
fix(ci): old syntax fix
Browse files Browse the repository at this point in the history
lets see if this still works
  • Loading branch information
duncdrum committed Mar 13, 2024
1 parent 13b3d79 commit 47ecd1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- run: ant -Dapp.version=1.0.0-SNAPSHOT

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

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

- name: Check config
run: docker info
Expand Down

0 comments on commit 47ecd1b

Please sign in to comment.