Skip to content

Commit

Permalink
let's try adding cache to speed up builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Jan 6, 2024
1 parent c6f1737 commit 03efea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
file: ${{ matrix.image_type }}/Dockerfile
context: .
cache-from: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ matrix.mautic_version }}-${{ matrix.image_type }}
platforms: linux/amd64,linux/arm64
build-args: |
MAUTIC_VERSION=${{ matrix.mautic_version }}
Expand Down

0 comments on commit 03efea0

Please sign in to comment.