diff --git a/.github/workflows/update_ci_image.yaml b/.github/workflows/update_ci_image.yaml index ce987eb118..16d172aff8 100644 --- a/.github/workflows/update_ci_image.yaml +++ b/.github/workflows/update_ci_image.yaml @@ -99,7 +99,7 @@ jobs: - name: Build and push ${{ github.ref_name }} if: steps.config.outputs.trigger == 'true' id: docker_build - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . pull: true