mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
#88 fix: do not use cache for chialab/php-dev images
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user