Skip to content

Commit

Permalink
fix: Enable cache on builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Altair-Bueno committed Oct 24, 2023
1 parent 61e36b3 commit 74c8a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ inputs.platforms }}
cache-from: type=gha
cache-to: type=gha,mode=max
1 change: 1 addition & 0 deletions .github/workflows/k6-influx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
paths:
- k6-influx/**/*
- .github/workflows/k6-influx.yml
- .github/workflows/builder.yml
branches:
- "master"
- "main"
Expand Down

0 comments on commit 74c8a57

Please sign in to comment.