From f33646239a85703834adb775b2538c09adf0bd74 Mon Sep 17 00:00:00 2001 From: Johannes Hufnagel Date: Tue, 7 Apr 2026 15:22:32 +0200 Subject: [PATCH] fix: remove docker buildx setup --- .github/workflows/cibuild.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 99e745e..ef2243e 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -24,9 +24,6 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - name: Build and Push container to ACR run: | echo "Used cloudprober version: ${{ vars.CLOUDPROBERVERSION }}"