Browse Source

Get rid of docker/setup-buildx-action

DarthSim 7 months ago
parent
commit
700617403f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .github/workflows/build.yml

+ 0 - 3
.github/workflows/build.yml

@@ -58,9 +58,6 @@ jobs:
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
 
-      - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v3
-
       - name: Build and push
         uses: docker/build-push-action@v6
         with: