From 4411ee5956ff7bae10e4c4daefca6913b73faf2c Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Mon, 30 Sep 2024 18:10:56 +0900 Subject: [PATCH] ci: remove setup-buildx-action step in build workflow --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f09650c..ebb1083 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,8 +121,6 @@ jobs: with: path: artifact pattern: release-*-unknown-linux-musl - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1 - name: Log in to the Container registry uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0