Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Oct 24, 2023
1 parent a3ab624 commit a6e2d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ hashFiles('scripts/Dockerfile.local') }}
- run: ls ${{ github.workspace }}
- run: ls ${{ github.workspace }}/scripts
- run: pwd
- run: docker buildx build --cache-to type=gha --cache-from type=gha --build-arg PHP_VERSION=${{ matrix.php-versions }} --build-context project="${{ github.workspace }}/scripts" Dockerfile.local
- run: docker buildx build --cache-to type=gha --cache-from type=gha --build-arg PHP_VERSION=${{ matrix.php-versions }} --build-context project="${{ github.workspace }}/scripts" scripts/Dockerfile.local
env:
PHP_VERSION: ${{ matrix.php-versions }}
WOOCOMMERCE: 1
Expand Down

0 comments on commit a6e2d4d

Please sign in to comment.