Skip to content

Commit

Permalink
ci: added missing caching (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com>

Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com>
  • Loading branch information
TomerFi authored Feb 1, 2024
1 parent 5c0be29 commit 51fdc5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Cache tools
uses: actions/cache@v4
with:
path: ./bin
key: ${{ runner.os }}-bin-${{ hashFiles('Makefile') }}

- name: Configure git
run: |
git config user.name "${{ github.event.sender.login }}"
Expand Down

0 comments on commit 51fdc5c

Please sign in to comment.