Skip to content

Commit

Permalink
fix: fix release CI typo (#4147)
Browse files Browse the repository at this point in the history
* fix: ci typo

* chore: use aws registry
  • Loading branch information
WenyXu committed Jun 14, 2024
1 parent 11a903f commit bf3ad44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/build-greptime-binary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ runs:
CARGO_PROFILE=${{ inputs.cargo-profile }} \
FEATURES=${{ inputs.features }} \
BASE_IMAGE=${{ inputs.base-image }} \
IMAGE_NAMESPACE=${{ input.image-namespace }} \
IMAGE_REGISTRY=${{ input.image-registry }}
IMAGE_NAMESPACE=${{ inputs.image-namespace }} \
IMAGE_REGISTRY=${{ inputs.image-registry }}
- name: Upload artifacts
uses: ./.github/actions/upload-artifacts
Expand All @@ -63,7 +63,9 @@ runs:
shell: bash
if: ${{ inputs.build-android-artifacts == 'true' }}
run: |
cd ${{ inputs.working-dir }} && make strip-android-bin
cd ${{ inputs.working-dir }} && make strip-android-bin \
IMAGE_NAMESPACE=${{ inputs.image-namespace }} \
IMAGE_REGISTRY=${{ inputs.image-registry }}
- name: Upload android artifacts
uses: ./.github/actions/upload-artifacts
Expand Down

0 comments on commit bf3ad44

Please sign in to comment.