push: false
load: true
tags: ${{ matrix.docker-tag }}
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
- name: Run tests
env:
platforms: "linux/arm64,linux/arm/v6,linux/arm/v7,linux/386,linux/amd64,"
push: true
tags: roundcube/roundcubemail:nightly
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
# does not work linux/arm/v5 AND linux/mips64le - composer does not support mips64le or armv5 nor does the php image support them on the alpine variant
- name: Run tests
push: true
tags: ${{ matrix.docker-tag }}
target: ${{ matrix.target }}
+ cache-from: type=gha
+ cache-to: type=gha,mode=max
# does not work linux/arm/v5 AND linux/mips64le - composer does not support mips64le or armv5 nor does the php image support them on the alpine variant
- name: Run tests