Skip to content

Commit

Permalink
update cache repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 14, 2025
1 parent e1fd49a commit bb4a947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,5 @@ jobs:
build-args: |
SOURCE=${{ env.SOURCE }}
DIST_PATH=${{ env.DIST_PATH || '' }}
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/forge-py-cache:cache
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/forge-py-cache:cache,mode=max
cache-from: type=registry,ref=ghcr.io/${{ github.repository }}/cache:forge-py-cache
cache-to: type=registry,ref=ghcr.io/${{ github.repository }}/cache:forge-py-cache,mode=max

0 comments on commit bb4a947

Please sign in to comment.