#88 fix: do not use cache for chialab/php-dev images

This commit is contained in:
Paolo Cuffiani
2021-10-19 16:28:50 +02:00
parent 346723fe08
commit 2cbf4e1224
-2
View File
@@ -43,7 +43,6 @@ jobs:
- name: Build dev image for testing
uses: docker/build-push-action@v2
with:
cache-from: type=registry,ref=chialab/php-dev:${{ matrix.version }}${{ matrix.flavor }}
cache-to: type=inline
context: ./dev
build-args: |
@@ -83,7 +82,6 @@ jobs:
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
cache-from: type=registry,ref=chialab/php-dev:${{ matrix.version }}${{ matrix.flavor }}
cache-to: type=inline
context: ./dev
build-args: |