Skip to content

Commit

Permalink
branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Oct 19, 2024
1 parent aebce3b commit 742541e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
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
BRANCH_NAME=${{ github.ref_name }}
BASE_IMAGE=${{ matrix.base_image }}
DEP_GROUPS=${{ matrix.dep_groups }}
TE_COMMIT=${{ matrix.te_commit }}
Expand Down

0 comments on commit 742541e

Please sign in to comment.