Skip to content

Commit

Permalink
add scope
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Oct 21, 2024
1 parent ee98deb commit bc3cf81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
tags: |
${{ env.DOCKER_TAG }}
${{ env.DOCKER_LATEST_TAG }}
cache-from: type=registry,ref=${{ env.IMAGE_CACHE }}
cache-to: type=registry,ref=${{ env.IMAGE_CACHE }}
cache-from: type=registry,ref=${{ env.IMAGE_CACHE }},scope=global
cache-to: type=registry,ref=${{ env.IMAGE_CACHE }},mode=max,scope=global
build-args: |
BRANCH_NAME=${{ github.ref_name }}
BASE_IMAGE=${{ matrix.base_image }}
Expand Down

0 comments on commit bc3cf81

Please sign in to comment.