Skip to content

Commit

Permalink
rm scope
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Oct 21, 2024
1 parent 397c2ed commit 6db35e0
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 }},scope=global
cache-to: type=registry,ref=${{ env.IMAGE_CACHE }},mode=max,scope=global
cache-from: type=registry,ref=${{ env.IMAGE_CACHE }}
cache-to: type=registry,ref=${{ env.IMAGE_CACHE }}
build-args: |
BRANCH_NAME=${{ github.ref_name }}
BASE_IMAGE=${{ matrix.base_image }}
Expand Down

0 comments on commit 6db35e0

Please sign in to comment.