Skip to content

Commit

Permalink
chore: adding cache to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 committed Oct 19, 2021
1 parent d56676b commit 7239156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- '**'
tags:
- 'v*.*.*'
paths-ignore:
- '/README.md'
- '/ROADMAP.md'

jobs:
docker:
Expand Down Expand Up @@ -44,3 +47,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 7239156

Please sign in to comment.