Skip to content

Commit

Permalink
Enable caching for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
richardolsson committed Jun 7, 2024
1 parent e7987d6 commit e69cc5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
Expand Down

0 comments on commit e69cc5e

Please sign in to comment.