Skip to content

Commit cd09b83

Browse files
authored
Merge branch 'main' into encoding
2 parents 38d8bab + 6f6df79 commit cd09b83

File tree

204 files changed

+2881
-2274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+2881
-2274
lines changed

.github/actions/setup_docker/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929

3030
- name: Configure AWS Credentials
3131
if: inputs.ecr_role_arn
32-
uses: aws-actions/configure-aws-credentials@v2
32+
uses: aws-actions/configure-aws-credentials@v4
3333
with:
3434
role-to-assume: ${{ inputs.ecr_role_arn }}
3535
role-duration-seconds: 900
@@ -43,7 +43,7 @@ runs:
4343
4444
- name: Login to DockerHub
4545
if: inputs.dockerhub_token
46-
uses: docker/login-action@v2
46+
uses: docker/login-action@v3
4747
with:
4848
username: ${{ inputs.dockerhub_user }}
4949
password: ${{ inputs.dockerhub_token }}

.github/workflows/build_tool.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
platforms: linux/amd64,linux/arm64
4343

4444
musl:
45+
needs: debian
4546
runs-on: ubuntu-latest
4647
strategy:
4748
matrix:

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
cp ./target/${target}/release/databend-* ./distro/linux/${platform}
324324
done
325325
- name: Set up QEMU
326-
uses: docker/setup-qemu-action@v2
326+
uses: docker/setup-qemu-action@v3
327327
- uses: ./.github/actions/setup_docker
328328
id: login
329329
with:
@@ -365,7 +365,7 @@ jobs:
365365
file: ./docker/Dockerfile
366366
- name: Update repo description
367367
continue-on-error: true
368-
uses: peter-evans/dockerhub-description@v3
368+
uses: peter-evans/dockerhub-description@v4
369369
with:
370370
username: ${{ secrets.DOCKERHUB_USERNAME }}
371371
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -408,7 +408,7 @@ jobs:
408408
cp ./target/${target}/release/databend-* ./distro/linux/${platform}
409409
done
410410
- name: Set up QEMU
411-
uses: docker/setup-qemu-action@v2
411+
uses: docker/setup-qemu-action@v3
412412
- uses: ./.github/actions/setup_docker
413413
id: login
414414
with:

0 commit comments

Comments
 (0)