Skip to content

Commit

Permalink
feat: Activate docker build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Dec 10, 2024
1 parent 6c2f69f commit 18864db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ jobs:
context: .
file: ./Dockerfile
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ steps.meta-app.outputs.tags }}
labels: ${{ steps.meta-app.outputs.labels }}

0 comments on commit 18864db

Please sign in to comment.