Skip to content

Commit

Permalink
Merge branch 'main' into encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyFan2002 committed May 13, 2024
2 parents 38d8bab + 6f6df79 commit cd09b83
Show file tree
Hide file tree
Showing 204 changed files with 2,881 additions and 2,274 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:

- name: Configure AWS Credentials
if: inputs.ecr_role_arn
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.ecr_role_arn }}
role-duration-seconds: 900
Expand All @@ -43,7 +43,7 @@ runs:
- name: Login to DockerHub
if: inputs.dockerhub_token
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ inputs.dockerhub_user }}
password: ${{ inputs.dockerhub_token }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
platforms: linux/amd64,linux/arm64

musl:
needs: debian
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
cp ./target/${target}/release/databend-* ./distro/linux/${platform}
done
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- uses: ./.github/actions/setup_docker
id: login
with:
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
file: ./docker/Dockerfile
- name: Update repo description
continue-on-error: true
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
cp ./target/${target}/release/databend-* ./distro/linux/${platform}
done
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- uses: ./.github/actions/setup_docker
id: login
with:
Expand Down

0 comments on commit cd09b83

Please sign in to comment.