Skip to content

Commit

Permalink
build: ci: remove deprecated save-always instructions for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
schneid-l committed Oct 23, 2024
1 parent 3d044e5 commit aad0fed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-talos-opi5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
id: cache-kernel-build
uses: actions/cache@v4
with:
save-always: true
path: kernel-build
key: kernel-${{ steps.depver.outputs.KERNEL_TAG }}-${{ github.ref_name }}-${{ hashFiles('kernel/*') }}-build

Expand Down Expand Up @@ -123,15 +122,13 @@ jobs:
id: cache-gomod
uses: actions/cache@v4
with:
save-always: true
path: installer-gomod
key: installer-gomod-${{ github.ref_name }}-${{ hashFiles('installer/*') }}-build

- name: Cache go build
id: cache-go
uses: actions/cache@v4
with:
save-always: true
path: installer-go
key: installer-go-${{ github.ref_name }}-${{ hashFiles('installer/*') }}-build

Expand Down

0 comments on commit aad0fed

Please sign in to comment.