Cache the docker builds to hopefully save a lot of time

This commit is contained in:
Marc Di Luzio 2024-08-14 18:34:48 +01:00
parent 31a1e1560f
commit 8e1ccb8e14

View file

@ -72,6 +72,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."
- name: Generate artifact attestation