Skip to content

Commit

Permalink
chore: change cache location
Browse files Browse the repository at this point in the history
  • Loading branch information
mavi0 authored Aug 15, 2024
1 parent 8fe76fd commit f8b1443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sti:cache
cache-to: type=registry,ref=ghcr.io/${{ github.repository_owner }}/sti:cache

0 comments on commit f8b1443

Please sign in to comment.