This is an automated email from the ASF dual-hosted git repository. ivila pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/teaclave-website.git
commit 47d826d7d2290c3c7df9a0d3494f98f4e39d4566 Author: Yuan Zhuang <[email protected]> AuthorDate: Fri May 22 08:10:53 2026 +0000 deploy: fix ci action error --- .github/workflows/_reusable-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_reusable-build.yml b/.github/workflows/_reusable-build.yml index 5a22ee17c..2bc196de3 100644 --- a/.github/workflows/_reusable-build.yml +++ b/.github/workflows/_reusable-build.yml @@ -37,14 +37,14 @@ jobs: fetch-depth: 1 - name: Set up Docker Buildx - uses: docker/[email protected] + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f timeout-minutes: 5 with: driver: docker-container install: true - name: Build Docker image - uses: docker/[email protected] + uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 timeout-minutes: 30 with: context: . --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
