1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-01 08:50:11 +02:00

Enable caching for CI/CD container builds

This commit is contained in:
Tom Plant 2023-04-22 09:50:15 +10:00 committed by GitHub
parent 3b8bed5b0a
commit 4f35a8d79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,6 +66,8 @@ jobs:
uses: docker/build-push-action@v4.0.0
with:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64/v8