diff --git a/.github/workflows/python-dockerimages-cibuildwheel.yml b/.github/workflows/python-dockerimages-cibuildwheel.yml index eea9f64d2..a9eaae62e 100644 --- a/.github/workflows/python-dockerimages-cibuildwheel.yml +++ b/.github/workflows/python-dockerimages-cibuildwheel.yml @@ -40,7 +40,7 @@ jobs: echo "ARCH=x86_64" >> $GITHUB_ENV if: matrix.os == 'ubuntu-24.04' - name: Build and push ${{ matrix.base_image }}-${{ env.ARCH }} docker image - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: docker/${{ matrix.base_image }}linux-builder-${{ env.ARCH }} build-contexts: scripts=docker/scripts