Skip to content

Commit

Permalink
explicit layer cache reuse via --cache-from
Browse files Browse the repository at this point in the history
  • Loading branch information
mhitza committed Jun 15, 2020
1 parent a11ea8d commit fa147e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images.yml
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
docker build \
--build-arg QT_VERSION=${{ matrix.QT_VERSION }} \
--cache-from ${{ env.GITHUB_IMAGE_NAME }} \
-t ${{ env.IMAGE_NAME }} \
.
Expand Down

0 comments on commit fa147e0

Please sign in to comment.