Skip to content

Commit

Permalink
only cache based in variant
Browse files Browse the repository at this point in the history
  • Loading branch information
mollux committed Feb 1, 2024
1 parent b77bf27 commit 646f289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
with:
file: ${{ matrix.image_type }}/Dockerfile
context: .
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ inputs.mautic_version }}-${{ matrix.image_type }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ inputs.mautic_version }}-${{ matrix.image_type }},mode=max,image-manifest=true
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.image_type }}
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:cache-${{ matrix.image_type }},mode=max,image-manifest=true
platforms: linux/amd64
# platforms: linux/amd64,linux/arm64
build-args: |
Expand Down

0 comments on commit 646f289

Please sign in to comment.