Skip to content

Commit

Permalink
test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Oct 19, 2024
1 parent 09b0585 commit d5bb644
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 @@ -70,8 +70,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 }},mode=max
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=main
BASE_IMAGE=${{ matrix.base_image }}
Expand Down

0 comments on commit d5bb644

Please sign in to comment.