Added: gha cache to prod-deploy.yml

This commit is contained in:
Felix 2022-08-24 23:42:26 +02:00 committed by GitHub
parent fd79ea4b9b
commit 175159c1d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,5 +100,7 @@ jobs:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}